Html Css Color HEX #CED669 Goldenrod

📋 copy color: '#CED669'

red 206 ◦ green 214 ◦ blue 105

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

Shades of Goldenrod #CED669

Tints of Goldenrod #CED669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20%

R = 39.24%
G = 40.76%
B = 20%

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

#CED669 (or 0xCED669) is known color: Goldenrod. HEX triplet: CE, D6 and 69. RGB value is (206,214,105). Sum of RGB (Red+Green+Blue) = 206+214+105=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #CED669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED669 is #312996. Grayscale: #C7C7C7. Windows color (decimal): -3221911 or 6936270. OLE color: 6936270.

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

Color convert

RGB 206 214 105 -
CMYK 0.04 0 0.51 0.16
HSL 64.4º 0.57% 0.63% -
HSV(B) 64.4º 0.51% 0.84% -
XYZ 52.05 62.23 22.63 -
YUV 199.18 74.85 132.86 -
System Red Green Blue C M Y K H S L
Decimal 206 214 105 0.04 0 0.51 0.16 64.4 0.57 0.63
Hex CE D6 69 4 0 33 10 40 39 3F
Octal 316 326 151 4 0 63 20 100 71 77
Binary 11001110 11010110 1101001 100 0 110011 10000 1000000 111001 111111

Color Harmonies of #CED669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED669

Black with #CED669

Text Example


Text Example

White with #CED669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED669; }

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

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

background-color css

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

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

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

border-color css

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

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

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