Html Css Color HEX #CDB99F Grain Brown

📋 copy color: '#CDB99F'

red 205 ◦ green 185 ◦ blue 159

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

Shades of Grain Brown #CDB99F

Tints of Grain Brown #CDB99F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.96%

R = 37.34%
G = 33.7%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CDB99F (or 0xCDB99F) is known color: Grain Brown. HEX triplet: CD, B9 and 9F. RGB value is (205,185,159). Sum of RGB (Red+Green+Blue) = 205+185+159=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB99F is #324660. Grayscale: #BCBCBC. Windows color (decimal): -3294817 or 10467789. OLE color: 10467789.

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

Color convert

RGB 205 185 159 -
CMYK 0 0.10 0.22 0.20
HSL 33.91º 0.32% 0.71% -
HSV(B) 33.91º 0.22% 0.8% -
XYZ 48.78 50.18 39.92 -
YUV 188.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 205 185 159 0 0.10 0.22 0.20 33.91 0.32 0.71
Hex CD B9 9F 0 A 16 14 22 20 47
Octal 315 271 237 0 12 26 24 42 40 107
Binary 11001101 10111001 10011111 0 1010 10110 10100 100010 100000 1000111

Color Harmonies of #CDB99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB99F

Black with #CDB99F

Text Example


Text Example

White with #CDB99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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