Html Css Color HEX #CED668 Goldenrod

📋 copy color: '#CED668'

red 206 ◦ green 214 ◦ blue 104

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

Shades of Goldenrod #CED668

Tints of Goldenrod #CED668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.84%

 BLUE value IS 104 (41.02% from 255) = 19.85%

R = 39.31%
G = 40.84%
B = 19.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#CED668 (or 0xCED668) is known color: Goldenrod. HEX triplet: CE, D6 and 68. RGB value is (206,214,104). Sum of RGB (Red+Green+Blue) = 206+214+104=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #CED668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED668 is #312997. Grayscale: #C7C7C7. Windows color (decimal): -3221912 or 6870734. OLE color: 6870734.

HSL color Cylindrical-coordinate representation of color #CED668: hue angle of 64.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CED668 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 104 -
CMYK 0.04 0 0.51 0.16
HSL 64.36º 0.57% 0.62% -
HSV(B) 64.36º 0.51% 0.84% -
XYZ 52 62.21 22.36 -
YUV 199.07 74.35 132.94 -
System Red Green Blue C M Y K H S L
Decimal 206 214 104 0.04 0 0.51 0.16 64.36 0.57 0.62
Hex CE D6 68 4 0 33 10 40 39 3E
Octal 316 326 150 4 0 63 20 100 71 76
Binary 11001110 11010110 1101000 100 0 110011 10000 1000000 111001 111110

Color Harmonies of #CED668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED668

Black with #CED668

Text Example


Text Example

White with #CED668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED668; }

 p { color: rgb(206,214,104); }

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

background-color css

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

 a { background-color: rgb(206,214,104); }

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

border-color css

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

 span { border-color: rgb(206,214,104); }

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