#CCBD77

Color #CCBD77 Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #CCBD77

Tints of Yuma #CCBD77

Color information

#CCBD77 (or 0xCCBD77) is unknown color: approx Yuma. HEX triplet: CC, BD and 77. RGB value is (204,189,119). Sum of RGB (Red+Green+Blue) = 204+189+119=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBD77 is #334288. Grayscale: #B9B9B9. Windows color (decimal): -3359369 or 7847372. OLE color: 7847372.

HSL color Cylindrical-coordinate representation of color #CCBD77: hue angle of 49.41º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCBD77 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB204189119-
CMYK00.070.420.2
HSL49.41º45.45%63.33%-
HSV(B)49.41º41.67%80%-
XYZ46.4350.5624.77-
YUV185.590.47141.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 119 (46.88% from 255) = 23.24%
R=39.84%
G=36.91%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418911900.070.420.249.4145.4563.33
HexCCBD77072A14312d3f
Octal314275167075224615577
Binary11001100101111011110111011110101010100110001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD77; }

 p { color: rgb(204,189,119); }

 H1.HeaderClassName
 {
   color: #CCBD77;
 }
 .AnyTagClassName
 {
   color: #CCBD77;
 }
</style>
background-color css

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

 a { background-color: rgb(204,189,119); }

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

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

 span { border-color: rgb(204,189,119); }

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