Html Css Color HEX #CED070 Goldenrod

📋 copy color: '#CED070'

red 206 ◦ green 208 ◦ blue 112

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

Shades of Goldenrod #CED070

Tints of Goldenrod #CED070

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.54%

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

R = 39.16%
G = 39.54%
B = 21.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#CED070 (or 0xCED070) is known color: Goldenrod. HEX triplet: CE, D0 and 70. RGB value is (206,208,112). Sum of RGB (Red+Green+Blue) = 206+208+112=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #CED070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED070 is #312F8F. Grayscale: #C4C4C4. Windows color (decimal): -3223440 or 7393486. OLE color: 7393486.

HSL color Cylindrical-coordinate representation of color #CED070: hue angle of 61.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CED070 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 208 112 -
CMYK 0.01 0 0.46 0.18
HSL 61.25º 0.51% 0.63% -
HSV(B) 61.25º 0.46% 0.82% -
XYZ 50.93 59.4 24.11 -
YUV 196.46 80.34 134.81 -
System Red Green Blue C M Y K H S L
Decimal 206 208 112 0.01 0 0.46 0.18 61.25 0.51 0.63
Hex CE D0 70 1 0 2E 12 3D 33 3F
Octal 316 320 160 1 0 56 22 75 63 77
Binary 11001110 11010000 1110000 1 0 101110 10010 111101 110011 111111

Color Harmonies of #CED070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED070

Black with #CED070

Text Example


Text Example

White with #CED070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED070; }

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

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

background-color css

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

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

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

border-color css

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

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

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