Html Css Color HEX #CDD06C Goldenrod

📋 copy color: '#CDD06C'

red 205 ◦ green 208 ◦ blue 108

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

Shades of Goldenrod #CDD06C

Tints of Goldenrod #CDD06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.73%

R = 39.35%
G = 39.92%
B = 20.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#CDD06C (or 0xCDD06C) is known color: Goldenrod. HEX triplet: CD, D0 and 6C. RGB value is (205,208,108). Sum of RGB (Red+Green+Blue) = 205+208+108=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD06C is #322F93. Grayscale: #C4C4C4. Windows color (decimal): -3288980 or 7131341. OLE color: 7131341.

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

Color convert

RGB 205 208 108 -
CMYK 0.01 0 0.48 0.18
HSL 61.8º 0.52% 0.62% -
HSV(B) 61.8º 0.48% 0.82% -
XYZ 50.44 59.17 22.95 -
YUV 195.7 78.51 134.63 -
System Red Green Blue C M Y K H S L
Decimal 205 208 108 0.01 0 0.48 0.18 61.8 0.52 0.62
Hex CD D0 6C 1 0 30 12 3E 34 3E
Octal 315 320 154 1 0 60 22 76 64 76
Binary 11001101 11010000 1101100 1 0 110000 10010 111110 110100 111110

Color Harmonies of #CDD06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD06C

Black with #CDD06C

Text Example


Text Example

White with #CDD06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD06C; }

 p { color: rgb(205,208,108); }

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

background-color css

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

 a { background-color: rgb(205,208,108); }

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

border-color css

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

 span { border-color: rgb(205,208,108); }

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