Html Css Color HEX #CCD77F Deco

📋 copy color: '#CCD77F'

red 204 ◦ green 215 ◦ blue 127

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

Shades of Deco #CCD77F

Tints of Deco #CCD77F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.26%

R = 37.36%
G = 39.38%
B = 23.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#CCD77F (or 0xCCD77F) is known color: Deco. HEX triplet: CC, D7 and 7F. RGB value is (204,215,127). Sum of RGB (Red+Green+Blue) = 204+215+127=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD77F is #332880. Grayscale: #CACACA. Windows color (decimal): -3352705 or 8378316. OLE color: 8378316.

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

Color convert

RGB 204 215 127 -
CMYK 0.05 0 0.41 0.16
HSL 67.5º 0.52% 0.67% -
HSV(B) 67.5º 0.41% 0.84% -
XYZ 53.03 62.97 29.44 -
YUV 201.68 85.86 129.66 -
System Red Green Blue C M Y K H S L
Decimal 204 215 127 0.05 0 0.41 0.16 67.5 0.52 0.67
Hex CC D7 7F 5 0 29 10 44 34 43
Octal 314 327 177 5 0 51 20 104 64 103
Binary 11001100 11010111 1111111 101 0 101001 10000 1000100 110100 1000011

Color Harmonies of #CCD77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD77F

Black with #CCD77F

Text Example


Text Example

White with #CCD77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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