Html Css Color HEX #CCD471 Goldenrod

📋 copy color: '#CCD471'

red 204 ◦ green 212 ◦ blue 113

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

Shades of Goldenrod #CCD471

Tints of Goldenrod #CCD471

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.08%

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

R = 38.56%
G = 40.08%
B = 21.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#CCD471 (or 0xCCD471) is known color: Goldenrod. HEX triplet: CC, D4 and 71. RGB value is (204,212,113). Sum of RGB (Red+Green+Blue) = 204+212+113=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD471 is #332B8E. Grayscale: #C6C6C6. Windows color (decimal): -3353487 or 7460044. OLE color: 7460044.

HSL color Cylindrical-coordinate representation of color #CCD471: hue angle of 64.85º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCD471 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 113 -
CMYK 0.04 0 0.47 0.17
HSL 64.85º 0.54% 0.64% -
HSV(B) 64.85º 0.47% 0.83% -
XYZ 51.43 61.12 24.71 -
YUV 198.32 79.85 132.05 -
System Red Green Blue C M Y K H S L
Decimal 204 212 113 0.04 0 0.47 0.17 64.85 0.54 0.64
Hex CC D4 71 4 0 2F 11 41 36 40
Octal 314 324 161 4 0 57 21 101 66 100
Binary 11001100 11010100 1110001 100 0 101111 10001 1000001 110110 1000000

Color Harmonies of #CCD471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD471

Black with #CCD471

Text Example


Text Example

White with #CCD471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD471; }

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

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

background-color css

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

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

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

border-color css

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

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

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