Html Css Color HEX #CDDA72 Goldenrod

📋 copy color: '#CDDA72'

red 205 ◦ green 218 ◦ blue 114

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

Shades of Goldenrod #CDDA72

Tints of Goldenrod #CDDA72

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.6%

 BLUE value IS 114 (44.92% from 255) = 21.23%

R = 38.18%
G = 40.6%
B = 21.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#CDDA72 (or 0xCDDA72) is known color: Goldenrod. HEX triplet: CD, DA and 72. RGB value is (205,218,114). Sum of RGB (Red+Green+Blue) = 205+218+114=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA72 is #32258D. Grayscale: #CACACA. Windows color (decimal): -3286414 or 7527117. OLE color: 7527117.

HSL color Cylindrical-coordinate representation of color #CDDA72: hue angle of 67.5º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDDA72 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 218 114 -
CMYK 0.06 0 0.48 0.15
HSL 67.5º 0.58% 0.65% -
HSV(B) 67.5º 0.48% 0.85% -
XYZ 53.29 64.34 25.53 -
YUV 202.26 78.19 129.96 -
System Red Green Blue C M Y K H S L
Decimal 205 218 114 0.06 0 0.48 0.15 67.5 0.58 0.65
Hex CD DA 72 6 0 30 F 44 3A 41
Octal 315 332 162 6 0 60 17 104 72 101
Binary 11001101 11011010 1110010 110 0 110000 1111 1000100 111010 1000001

Color Harmonies of #CDDA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA72

Black with #CDDA72

Text Example


Text Example

White with #CDDA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA72; }

 p { color: rgb(205,218,114); }

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

background-color css

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

 a { background-color: rgb(205,218,114); }

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

border-color css

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

 span { border-color: rgb(205,218,114); }

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