Html Css Color HEX #CEB77D Yuma

📋 copy color: '#CEB77D'

red 206 ◦ green 183 ◦ blue 125

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

Shades of Yuma #CEB77D

Tints of Yuma #CEB77D

RGB

 RED value IS 206 (80.86% from 255) = 40.08%

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

 BLUE value IS 125 (49.22% from 255) = 24.32%

R = 40.08%
G = 35.6%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CEB77D (or 0xCEB77D) is known color: Yuma. HEX triplet: CE, B7 and 7D. RGB value is (206,183,125). Sum of RGB (Red+Green+Blue) = 206+183+125=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB77D is #314882. Grayscale: #B7B7B7. Windows color (decimal): -3229827 or 8239054. OLE color: 8239054.

HSL color Cylindrical-coordinate representation of color #CEB77D: hue angle of 42.96º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEB77D is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 183 125 -
CMYK 0 0.11 0.39 0.19
HSL 42.96º 0.45% 0.65% -
HSV(B) 42.96º 0.39% 0.81% -
XYZ 46.09 48.47 26.33 -
YUV 183.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 206 183 125 0 0.11 0.39 0.19 42.96 0.45 0.65
Hex CE B7 7D 0 B 27 13 2B 2D 41
Octal 316 267 175 0 13 47 23 53 55 101
Binary 11001110 10110111 1111101 0 1011 100111 10011 101011 101101 1000001

Color Harmonies of #CEB77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB77D

Black with #CEB77D

Text Example


Text Example

White with #CEB77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB77D; }

 p { color: rgb(206,183,125); }

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

background-color css

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

 a { background-color: rgb(206,183,125); }

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

border-color css

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

 span { border-color: rgb(206,183,125); }

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