Html Css Color HEX #CCD965 Goldenrod

📋 copy color: '#CCD965'

red 204 ◦ green 217 ◦ blue 101

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

Shades of Goldenrod #CCD965

Tints of Goldenrod #CCD965

RGB

 RED value IS 204 (80.08% from 255) = 39.08%

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

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

R = 39.08%
G = 41.57%
B = 19.35%

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

#CCD965 (or 0xCCD965) is known color: Goldenrod. HEX triplet: CC, D9 and 65. RGB value is (204,217,101). Sum of RGB (Red+Green+Blue) = 204+217+101=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD965 is #33269A. Grayscale: #C8C8C8. Windows color (decimal): -3352219 or 6674892. OLE color: 6674892.

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

Color convert

RGB 204 217 101 -
CMYK 0.06 0 0.53 0.15
HSL 66.72º 0.6% 0.62% -
HSV(B) 66.72º 0.53% 0.85% -
XYZ 52.06 63.4 21.81 -
YUV 199.89 72.19 130.93 -
System Red Green Blue C M Y K H S L
Decimal 204 217 101 0.06 0 0.53 0.15 66.72 0.6 0.62
Hex CC D9 65 6 0 35 F 43 3C 3E
Octal 314 331 145 6 0 65 17 103 74 76
Binary 11001100 11011001 1100101 110 0 110101 1111 1000011 111100 111110

Color Harmonies of #CCD965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD965

Black with #CCD965

Text Example


Text Example

White with #CCD965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD965; }

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

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

background-color css

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

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

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

border-color css

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

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

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