Html Css Color HEX #D0B77B Yuma

📋 copy color: '#D0B77B'

red 208 ◦ green 183 ◦ blue 123

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

Shades of Yuma #D0B77B

Tints of Yuma #D0B77B

RGB

 RED value IS 208 (81.64% from 255) = 40.47%

 GREEN value IS 183 (71.88% from 255) = 35.6%

 BLUE value IS 123 (48.44% from 255) = 23.93%

R = 40.47%
G = 35.6%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0B77B (or 0xD0B77B) is known color: Yuma. HEX triplet: D0, B7 and 7B. RGB value is (208,183,123). Sum of RGB (Red+Green+Blue) = 208+183+123=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B77B is #2F4884. Grayscale: #B7B7B7. Windows color (decimal): -3098757 or 8107984. OLE color: 8107984.

HSL color Cylindrical-coordinate representation of color #D0B77B: hue angle of 42.35º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0B77B is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 183 123 -
CMYK 0 0.12 0.41 0.18
HSL 42.35º 0.47% 0.65% -
HSV(B) 42.35º 0.41% 0.82% -
XYZ 46.52 48.71 25.69 -
YUV 183.64 93.78 145.38 -
System Red Green Blue C M Y K H S L
Decimal 208 183 123 0 0.12 0.41 0.18 42.35 0.47 0.65
Hex D0 B7 7B 0 C 29 12 2A 2F 41
Octal 320 267 173 0 14 51 22 52 57 101
Binary 11010000 10110111 1111011 0 1100 101001 10010 101010 101111 1000001

Color Harmonies of #D0B77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B77B

Black with #D0B77B

Text Example


Text Example

White with #D0B77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B77B; }

 p { color: rgb(208,183,123); }

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

background-color css

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

 a { background-color: rgb(208,183,123); }

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

border-color css

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

 span { border-color: rgb(208,183,123); }

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