#CCB981

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

Shades of Yuma #CCB981

Tints of Yuma #CCB981

Color information

#CCB981 (or 0xCCB981) is unknown color: approx Yuma. HEX triplet: CC, B9 and 81. RGB value is (204,185,129). Sum of RGB (Red+Green+Blue) = 204+185+129=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB981 is #33467E. Grayscale: #B8B8B8. Windows color (decimal): -3360383 or 8501708. OLE color: 8501708.

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

Color convert

RGB204185129-
CMYK00.090.370.2
HSL44.8º42.37%65.29%-
HSV(B)44.8º36.76%80%-
XYZ46.2149.1227.81-
YUV184.396.79142.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 129 (50.78% from 255) = 24.90%
R=39.38%
G=35.71%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418512900.090.370.244.842.3765.29
HexCCB9810925142d2a41
Octal31427120101145245552101
Binary11001100101110011000000101001100101101001011011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB981; }

 p { color: rgb(204,185,129); }

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

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

 a { background-color: rgb(204,185,129); }

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

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

 span { border-color: rgb(204,185,129); }

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