Html Css Color HEX #CCB999 Sour Dough

📋 copy color: '#CCB999'

red 204 ◦ green 185 ◦ blue 153

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

Shades of Sour Dough #CCB999

Tints of Sour Dough #CCB999

RGB

 RED value IS 204 (80.08% from 255) = 37.64%

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

 BLUE value IS 153 (60.16% from 255) = 28.23%

R = 37.64%
G = 34.13%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCB999 (or 0xCCB999) is known color: Sour Dough. HEX triplet: CC, B9 and 99. RGB value is (204,185,153). Sum of RGB (Red+Green+Blue) = 204+185+153=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB999 is #334666. Grayscale: #BBBBBB. Windows color (decimal): -3360359 or 10074572. OLE color: 10074572.

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

Color convert

RGB 204 185 153 -
CMYK 0 0.09 0.25 0.2
HSL 37.65º 0.33% 0.7% -
HSV(B) 37.65º 0.25% 0.8% -
XYZ 48 49.84 37.23 -
YUV 187.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 204 185 153 0 0.09 0.25 0.2 37.65 0.33 0.7
Hex CC B9 99 0 9 19 14 26 21 46
Octal 314 271 231 0 11 31 24 46 41 106
Binary 11001100 10111001 10011001 0 1001 11001 10100 100110 100001 1000110

Color Harmonies of #CCB999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB999

Black with #CCB999

Text Example


Text Example

White with #CCB999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB999; }

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

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

background-color css

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

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

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

border-color css

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

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

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