Html Css Color HEX #CCD570 Goldenrod

📋 copy color: '#CCD570'

red 204 ◦ green 213 ◦ blue 112

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

Shades of Goldenrod #CCD570

Tints of Goldenrod #CCD570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.17%

R = 38.56%
G = 40.26%
B = 21.17%

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

#CCD570 (or 0xCCD570) is known color: Goldenrod. HEX triplet: CC, D5 and 70. RGB value is (204,213,112). Sum of RGB (Red+Green+Blue) = 204+213+112=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD570 is #332A8F. Grayscale: #C7C7C7. Windows color (decimal): -3353232 or 7394764. OLE color: 7394764.

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

Color convert

RGB 204 213 112 -
CMYK 0.04 0 0.47 0.16
HSL 65.35º 0.55% 0.64% -
HSV(B) 65.35º 0.47% 0.84% -
XYZ 51.62 61.6 24.5 -
YUV 198.8 79.02 131.71 -
System Red Green Blue C M Y K H S L
Decimal 204 213 112 0.04 0 0.47 0.16 65.35 0.55 0.64
Hex CC D5 70 4 0 2F 10 41 37 40
Octal 314 325 160 4 0 57 20 101 67 100
Binary 11001100 11010101 1110000 100 0 101111 10000 1000001 110111 1000000

Color Harmonies of #CCD570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD570

Black with #CCD570

Text Example


Text Example

White with #CCD570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD570; }

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

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

background-color css

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

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

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

border-color css

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

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

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