Html Css Color HEX #CDB994 Sour Dough

📋 copy color: '#CDB994'

red 205 ◦ green 185 ◦ blue 148

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

Shades of Sour Dough #CDB994

Tints of Sour Dough #CDB994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.51%

R = 38.1%
G = 34.39%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CDB994 (or 0xCDB994) is known color: Sour Dough. HEX triplet: CD, B9 and 94. RGB value is (205,185,148). Sum of RGB (Red+Green+Blue) = 205+185+148=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB994 is #32466B. Grayscale: #BABABA. Windows color (decimal): -3294828 or 9746893. OLE color: 9746893.

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

Color convert

RGB 205 185 148 -
CMYK 0 0.10 0.28 0.20
HSL 38.95º 0.36% 0.69% -
HSV(B) 38.95º 0.28% 0.8% -
XYZ 47.87 49.82 35.11 -
YUV 186.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 205 185 148 0 0.10 0.28 0.20 38.95 0.36 0.69
Hex CD B9 94 0 A 1C 14 27 24 45
Octal 315 271 224 0 12 34 24 47 44 105
Binary 11001101 10111001 10010100 0 1010 11100 10100 100111 100100 1000101

Color Harmonies of #CDB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB994

Black with #CDB994

Text Example


Text Example

White with #CDB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB994; }

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

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

background-color css

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

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

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

border-color css

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

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

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