Html Css Color HEX #CDB97E Yuma

📋 copy color: '#CDB97E'

red 205 ◦ green 185 ◦ blue 126

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

Shades of Yuma #CDB97E

Tints of Yuma #CDB97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.42%

R = 39.73%
G = 35.85%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CDB97E (or 0xCDB97E) is known color: Yuma. HEX triplet: CD, B9 and 7E. RGB value is (205,185,126). Sum of RGB (Red+Green+Blue) = 205+185+126=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB97E is #324681. Grayscale: #B8B8B8. Windows color (decimal): -3294850 or 8305101. OLE color: 8305101.

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

Color convert

RGB 205 185 126 -
CMYK 0 0.10 0.39 0.20
HSL 44.81º 0.44% 0.65% -
HSV(B) 44.81º 0.39% 0.8% -
XYZ 46.29 49.18 26.79 -
YUV 184.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 205 185 126 0 0.10 0.39 0.20 44.81 0.44 0.65
Hex CD B9 7E 0 A 27 14 2D 2C 41
Octal 315 271 176 0 12 47 24 55 54 101
Binary 11001101 10111001 1111110 0 1010 100111 10100 101101 101100 1000001

Color Harmonies of #CDB97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB97E

Black with #CDB97E

Text Example


Text Example

White with #CDB97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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