Html Css Color HEX #CCD771 Goldenrod

📋 copy color: '#CCD771'

red 204 ◦ green 215 ◦ blue 113

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

Shades of Goldenrod #CCD771

Tints of Goldenrod #CCD771

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.41%

 BLUE value IS 113 (44.53% from 255) = 21.24%

R = 38.35%
G = 40.41%
B = 21.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#CCD771 (or 0xCCD771) is known color: Goldenrod. HEX triplet: CC, D7 and 71. RGB value is (204,215,113). Sum of RGB (Red+Green+Blue) = 204+215+113=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD771 is #33288E. Grayscale: #C8C8C8. Windows color (decimal): -3352719 or 7460812. OLE color: 7460812.

HSL color Cylindrical-coordinate representation of color #CCD771: hue angle of 66.47º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCD771 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 113 -
CMYK 0.05 0 0.47 0.16
HSL 66.47º 0.56% 0.64% -
HSV(B) 66.47º 0.47% 0.84% -
XYZ 52.18 62.63 24.96 -
YUV 200.08 78.86 130.79 -
System Red Green Blue C M Y K H S L
Decimal 204 215 113 0.05 0 0.47 0.16 66.47 0.56 0.64
Hex CC D7 71 5 0 2F 10 42 38 40
Octal 314 327 161 5 0 57 20 102 70 100
Binary 11001100 11010111 1110001 101 0 101111 10000 1000010 111000 1000000

Color Harmonies of #CCD771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD771

Black with #CCD771

Text Example


Text Example

White with #CCD771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD771; }

 p { color: rgb(204,215,113); }

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

background-color css

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

 a { background-color: rgb(204,215,113); }

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

border-color css

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

 span { border-color: rgb(204,215,113); }

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