Html Css Color HEX #CED570 Goldenrod

📋 copy color: '#CED570'

red 206 ◦ green 213 ◦ blue 112

#CED570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #CED570

Tints of Goldenrod #CED570

RGB

 RED value IS 206 (80.86% from 255) = 38.79%

 GREEN value IS 213 (83.59% from 255) = 40.11%

 BLUE value IS 112 (44.14% from 255) = 21.09%

R = 38.79%
G = 40.11%
B = 21.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CED570 (or 0xCED570) is known color: Goldenrod. HEX triplet: CE, D5 and 70. RGB value is (206,213,112). Sum of RGB (Red+Green+Blue) = 206+213+112=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #CED570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED570 is #312A8F. Grayscale: #C7C7C7. Windows color (decimal): -3222160 or 7394766. OLE color: 7394766.

HSL color Cylindrical-coordinate representation of color #CED570: hue angle of 64.16º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CED570 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 112 -
CMYK 0.03 0 0.47 0.16
HSL 64.16º 0.55% 0.64% -
HSV(B) 64.16º 0.47% 0.84% -
XYZ 52.17 61.88 24.52 -
YUV 199.39 78.68 132.71 -
System Red Green Blue C M Y K H S L
Decimal 206 213 112 0.03 0 0.47 0.16 64.16 0.55 0.64
Hex CE D5 70 3 0 2F 10 40 37 40
Octal 316 325 160 3 0 57 20 100 67 100
Binary 11001110 11010101 1110000 11 0 101111 10000 1000000 110111 1000000

Color Harmonies of #CED570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED570

Black with #CED570

Text Example


Text Example

White with #CED570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED570; }

 p { color: rgb(206,213,112); }

 H1.HeaderClassName
 {
   color: #CED570;
 }
 .AnyTagClassName
 {
   color: #CED570;
 }
</style>

background-color css

<style>
 a { background-color: #CED570; }

 a { background-color: rgb(206,213,112); }

 div.DivClassName
 {
   background-color: #CED570;
 }
 .BgClassName
 {
   background-color: #CED570;
 }
</style>

border-color css

<style>
 span { border-color: #CED570; }

 span { border-color: rgb(206,213,112); }

 td.TdClassName
 {
   border-color: #CED570;
 }
 .TagClassName
 {
   border-color: #CED570;
 }
</style>