#CDB98A

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

Shades of Yuma #CDB98A

Tints of Yuma #CDB98A

Color information

#CDB98A (or 0xCDB98A) is unknown color: approx Yuma. HEX triplet: CD, B9 and 8A. RGB value is (205,185,138). Sum of RGB (Red+Green+Blue) = 205+185+138=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB98A is #324675. Grayscale: #B9B9B9. Windows color (decimal): -3294838 or 9091533. OLE color: 9091533.

HSL color Cylindrical-coordinate representation of color #CDB98A: hue angle of 42.09º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDB98A is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB205185138-
CMYK00.100.330.20
HSL42.09º40.12%67.25%-
HSV(B)42.09º32.68%80.39%-
XYZ47.1149.5131.12-
YUV185.62101.13141.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 138 (54.30% from 255) = 26.14%
R=38.83%
G=35.04%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518513800.100.330.2042.0940.1267.25
HexCDB98A0A21142a2843
Octal31527121201241245250103
Binary11001101101110011000101001010100001101001010101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB98A; }

 p { color: rgb(205,185,138); }

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

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

 a { background-color: rgb(205,185,138); }

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

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

 span { border-color: rgb(205,185,138); }

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