Html Css Color HEX #CCD77D Deco

📋 copy color: '#CCD77D'

red 204 ◦ green 215 ◦ blue 125

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

Shades of Deco #CCD77D

Tints of Deco #CCD77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.98%

R = 37.5%
G = 39.52%
B = 22.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#CCD77D (or 0xCCD77D) is known color: Deco. HEX triplet: CC, D7 and 7D. RGB value is (204,215,125). Sum of RGB (Red+Green+Blue) = 204+215+125=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD77D is #332882. Grayscale: #C9C9C9. Windows color (decimal): -3352707 or 8247244. OLE color: 8247244.

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

Color convert

RGB 204 215 125 -
CMYK 0.05 0 0.42 0.16
HSL 67.33º 0.53% 0.67% -
HSV(B) 67.33º 0.42% 0.84% -
XYZ 52.9 62.92 28.76 -
YUV 201.45 84.86 129.82 -
System Red Green Blue C M Y K H S L
Decimal 204 215 125 0.05 0 0.42 0.16 67.33 0.53 0.67
Hex CC D7 7D 5 0 2A 10 43 35 43
Octal 314 327 175 5 0 52 20 103 65 103
Binary 11001100 11010111 1111101 101 0 101010 10000 1000011 110101 1000011

Color Harmonies of #CCD77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD77D

Black with #CCD77D

Text Example


Text Example

White with #CCD77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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