Html Css Color HEX #CDD965 Goldenrod

📋 copy color: '#CDD965'

red 205 ◦ green 217 ◦ blue 101

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

Shades of Goldenrod #CDD965

Tints of Goldenrod #CDD965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.31%

R = 39.2%
G = 41.49%
B = 19.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#CDD965 (or 0xCDD965) is known color: Goldenrod. HEX triplet: CD, D9 and 65. RGB value is (205,217,101). Sum of RGB (Red+Green+Blue) = 205+217+101=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD965 is #32269A. Grayscale: #C8C8C8. Windows color (decimal): -3286683 or 6674893. OLE color: 6674893.

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

Color convert

RGB 205 217 101 -
CMYK 0.06 0 0.53 0.15
HSL 66.21º 0.6% 0.62% -
HSV(B) 66.21º 0.53% 0.85% -
XYZ 52.34 63.54 21.82 -
YUV 200.19 72.02 131.43 -
System Red Green Blue C M Y K H S L
Decimal 205 217 101 0.06 0 0.53 0.15 66.21 0.6 0.62
Hex CD D9 65 6 0 35 F 42 3C 3E
Octal 315 331 145 6 0 65 17 102 74 76
Binary 11001101 11011001 1100101 110 0 110101 1111 1000010 111100 111110

Color Harmonies of #CDD965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD965

Black with #CDD965

Text Example


Text Example

White with #CDD965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD965; }

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

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

background-color css

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

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

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

border-color css

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

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

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