Html Css Color HEX #CDD974 Goldenrod

📋 copy color: '#CDD974'

red 205 ◦ green 217 ◦ blue 116

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

Shades of Goldenrod #CDD974

Tints of Goldenrod #CDD974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.56%

R = 38.1%
G = 40.33%
B = 21.56%

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

#CDD974 (or 0xCDD974) is known color: Goldenrod. HEX triplet: CD, D9 and 74. RGB value is (205,217,116). Sum of RGB (Red+Green+Blue) = 205+217+116=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD974 is #32268B. Grayscale: #CACACA. Windows color (decimal): -3286668 or 7657933. OLE color: 7657933.

HSL color Cylindrical-coordinate representation of color #CDD974: hue angle of 67.13º 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 #CDD974 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 116 -
CMYK 0.06 0 0.47 0.15
HSL 67.13º 0.57% 0.65% -
HSV(B) 67.13º 0.47% 0.85% -
XYZ 53.14 63.87 26.05 -
YUV 201.9 79.52 130.21 -
System Red Green Blue C M Y K H S L
Decimal 205 217 116 0.06 0 0.47 0.15 67.13 0.57 0.65
Hex CD D9 74 6 0 2F F 43 39 41
Octal 315 331 164 6 0 57 17 103 71 101
Binary 11001101 11011001 1110100 110 0 101111 1111 1000011 111001 1000001

Color Harmonies of #CDD974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD974

Black with #CDD974

Text Example


Text Example

White with #CDD974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD974; }

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

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

background-color css

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

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

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

border-color css

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

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

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