Html Css Color HEX #CDD669 Goldenrod

📋 copy color: '#CDD669'

red 205 ◦ green 214 ◦ blue 105

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

Shades of Goldenrod #CDD669

Tints of Goldenrod #CDD669

RGB

 RED value IS 205 (80.47% from 255) = 39.12%

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

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

R = 39.12%
G = 40.84%
B = 20.04%

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

#CDD669 (or 0xCDD669) is known color: Goldenrod. HEX triplet: CD, D6 and 69. RGB value is (205,214,105). Sum of RGB (Red+Green+Blue) = 205+214+105=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD669 is #322996. Grayscale: #C7C7C7. Windows color (decimal): -3287447 or 6936269. OLE color: 6936269.

HSL color Cylindrical-coordinate representation of color #CDD669: hue angle of 64.95º 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 #CDD669 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 214 105 -
CMYK 0.04 0 0.51 0.16
HSL 64.95º 0.57% 0.63% -
HSV(B) 64.95º 0.51% 0.84% -
XYZ 51.77 62.09 22.62 -
YUV 198.88 75.02 132.36 -
System Red Green Blue C M Y K H S L
Decimal 205 214 105 0.04 0 0.51 0.16 64.95 0.57 0.63
Hex CD D6 69 4 0 33 10 41 39 3F
Octal 315 326 151 4 0 63 20 101 71 77
Binary 11001101 11010110 1101001 100 0 110011 10000 1000001 111001 111111

Color Harmonies of #CDD669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD669

Black with #CDD669

Text Example


Text Example

White with #CDD669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD669; }

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

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

background-color css

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

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

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

border-color css

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

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

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