Html Css Color HEX #CDD973 Goldenrod

📋 copy color: '#CDD973'

red 205 ◦ green 217 ◦ blue 115

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

Shades of Goldenrod #CDD973

Tints of Goldenrod #CDD973

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.41%

 BLUE value IS 115 (45.31% from 255) = 21.42%

R = 38.18%
G = 40.41%
B = 21.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#CDD973 (or 0xCDD973) is known color: Goldenrod. HEX triplet: CD, D9 and 73. RGB value is (205,217,115). Sum of RGB (Red+Green+Blue) = 205+217+115=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD973 is #32268C. Grayscale: #CACACA. Windows color (decimal): -3286669 or 7592397. OLE color: 7592397.

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

Color convert

RGB 205 217 115 -
CMYK 0.06 0 0.47 0.15
HSL 67.06º 0.57% 0.65% -
HSV(B) 67.06º 0.47% 0.85% -
XYZ 53.08 63.84 25.74 -
YUV 201.78 79.02 130.29 -
System Red Green Blue C M Y K H S L
Decimal 205 217 115 0.06 0 0.47 0.15 67.06 0.57 0.65
Hex CD D9 73 6 0 2F F 43 39 41
Octal 315 331 163 6 0 57 17 103 71 101
Binary 11001101 11011001 1110011 110 0 101111 1111 1000011 111001 1000001

Color Harmonies of #CDD973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD973

Black with #CDD973

Text Example


Text Example

White with #CDD973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD973; }

 p { color: rgb(205,217,115); }

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

background-color css

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

 a { background-color: rgb(205,217,115); }

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

border-color css

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

 span { border-color: rgb(205,217,115); }

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