Html Css Color HEX #CDB583 Yuma

📋 copy color: '#CDB583'

red 205 ◦ green 181 ◦ blue 131

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

Shades of Yuma #CDB583

Tints of Yuma #CDB583

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.01%

 BLUE value IS 131 (51.56% from 255) = 25.34%

R = 39.65%
G = 35.01%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CDB583 (or 0xCDB583) is known color: Yuma. HEX triplet: CD, B5 and 83. RGB value is (205,181,131). Sum of RGB (Red+Green+Blue) = 205+181+131=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB583 is #324A7C. Grayscale: #B6B6B6. Windows color (decimal): -3295869 or 8631757. OLE color: 8631757.

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

Color convert

RGB 205 181 131 -
CMYK 0 0.12 0.36 0.20
HSL 40.54º 0.43% 0.66% -
HSV(B) 40.54º 0.36% 0.8% -
XYZ 45.8 47.67 28.26 -
YUV 182.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 205 181 131 0 0.12 0.36 0.20 40.54 0.43 0.66
Hex CD B5 83 0 C 24 14 29 2B 42
Octal 315 265 203 0 14 44 24 51 53 102
Binary 11001101 10110101 10000011 0 1100 100100 10100 101001 101011 1000010

Color Harmonies of #CDB583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB583

Black with #CDB583

Text Example


Text Example

White with #CDB583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB583; }

 p { color: rgb(205,181,131); }

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

background-color css

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

 a { background-color: rgb(205,181,131); }

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

border-color css

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

 span { border-color: rgb(205,181,131); }

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