Html Css Color HEX #CCD77B Deco

📋 copy color: '#CCD77B'

red 204 ◦ green 215 ◦ blue 123

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

Shades of Deco #CCD77B

Tints of Deco #CCD77B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.69%

R = 37.64%
G = 39.67%
B = 22.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#CCD77B (or 0xCCD77B) is known color: Deco. HEX triplet: CC, D7 and 7B. RGB value is (204,215,123). Sum of RGB (Red+Green+Blue) = 204+215+123=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD77B is #332884. Grayscale: #C9C9C9. Windows color (decimal): -3352709 or 8116172. OLE color: 8116172.

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

Color convert

RGB 204 215 123 -
CMYK 0.05 0 0.43 0.16
HSL 67.17º 0.53% 0.66% -
HSV(B) 67.17º 0.43% 0.84% -
XYZ 52.78 62.87 28.09 -
YUV 201.22 83.86 129.98 -
System Red Green Blue C M Y K H S L
Decimal 204 215 123 0.05 0 0.43 0.16 67.17 0.53 0.66
Hex CC D7 7B 5 0 2B 10 43 35 42
Octal 314 327 173 5 0 53 20 103 65 102
Binary 11001100 11010111 1111011 101 0 101011 10000 1000011 110101 1000010

Color Harmonies of #CCD77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD77B

Black with #CCD77B

Text Example


Text Example

White with #CCD77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD77B; }

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

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

background-color css

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

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

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

border-color css

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

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

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