Html Css Color HEX #CDD964 Goldenrod

📋 copy color: '#CDD964'

red 205 ◦ green 217 ◦ blue 100

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

Shades of Goldenrod #CDD964

Tints of Goldenrod #CDD964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.16%

R = 39.27%
G = 41.57%
B = 19.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#CDD964 (or 0xCDD964) is known color: Goldenrod. HEX triplet: CD, D9 and 64. RGB value is (205,217,100). Sum of RGB (Red+Green+Blue) = 205+217+100=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD964 is #32269B. Grayscale: #C8C8C8. Windows color (decimal): -3286684 or 6609357. OLE color: 6609357.

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

Color convert

RGB 205 217 100 -
CMYK 0.06 0 0.54 0.15
HSL 66.15º 0.61% 0.62% -
HSV(B) 66.15º 0.54% 0.85% -
XYZ 52.29 63.52 21.56 -
YUV 200.07 71.52 131.51 -
System Red Green Blue C M Y K H S L
Decimal 205 217 100 0.06 0 0.54 0.15 66.15 0.61 0.62
Hex CD D9 64 6 0 36 F 42 3D 3E
Octal 315 331 144 6 0 66 17 102 75 76
Binary 11001101 11011001 1100100 110 0 110110 1111 1000010 111101 111110

Color Harmonies of #CDD964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD964

Black with #CDD964

Text Example


Text Example

White with #CDD964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD964; }

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

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

background-color css

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

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

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

border-color css

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

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

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