Html Css Color HEX #CDB988 Yuma

📋 copy color: '#CDB988'

red 205 ◦ green 185 ◦ blue 136

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

Shades of Yuma #CDB988

Tints of Yuma #CDB988

RGB

 RED value IS 205 (80.47% from 255) = 38.97%

 GREEN value IS 185 (72.66% from 255) = 35.17%

 BLUE value IS 136 (53.52% from 255) = 25.86%

R = 38.97%
G = 35.17%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CDB988 (or 0xCDB988) is known color: Yuma. HEX triplet: CD, B9 and 88. RGB value is (205,185,136). Sum of RGB (Red+Green+Blue) = 205+185+136=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB988 is #324677. Grayscale: #B9B9B9. Windows color (decimal): -3294840 or 8960461. OLE color: 8960461.

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

Color convert

RGB 205 185 136 -
CMYK 0 0.10 0.34 0.20
HSL 42.61º 0.41% 0.67% -
HSV(B) 42.61º 0.34% 0.8% -
XYZ 46.97 49.45 30.36 -
YUV 185.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 205 185 136 0 0.10 0.34 0.20 42.61 0.41 0.67
Hex CD B9 88 0 A 22 14 2B 29 43
Octal 315 271 210 0 12 42 24 53 51 103
Binary 11001101 10111001 10001000 0 1010 100010 10100 101011 101001 1000011

Color Harmonies of #CDB988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB988

Black with #CDB988

Text Example


Text Example

White with #CDB988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB988; }

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

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

background-color css

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

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

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

border-color css

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

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

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