Html Css Color HEX #CCD571 Goldenrod

📋 copy color: '#CCD571'

red 204 ◦ green 213 ◦ blue 113

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

Shades of Goldenrod #CCD571

Tints of Goldenrod #CCD571

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.19%

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

R = 38.49%
G = 40.19%
B = 21.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#CCD571 (or 0xCCD571) is known color: Goldenrod. HEX triplet: CC, D5 and 71. RGB value is (204,213,113). Sum of RGB (Red+Green+Blue) = 204+213+113=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD571 is #332A8E. Grayscale: #C7C7C7. Windows color (decimal): -3353231 or 7460300. OLE color: 7460300.

HSL color Cylindrical-coordinate representation of color #CCD571: hue angle of 65.4º degrees, saturation: 0.54, 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 #CCD571 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 113 -
CMYK 0.04 0 0.47 0.16
HSL 65.4º 0.54% 0.64% -
HSV(B) 65.4º 0.47% 0.84% -
XYZ 51.68 61.62 24.79 -
YUV 198.91 79.52 131.63 -
System Red Green Blue C M Y K H S L
Decimal 204 213 113 0.04 0 0.47 0.16 65.4 0.54 0.64
Hex CC D5 71 4 0 2F 10 41 36 40
Octal 314 325 161 4 0 57 20 101 66 100
Binary 11001100 11010101 1110001 100 0 101111 10000 1000001 110110 1000000

Color Harmonies of #CCD571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD571

Black with #CCD571

Text Example


Text Example

White with #CCD571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD571; }

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

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

background-color css

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

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

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

border-color css

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

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

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