Html Css Color HEX #CEB67D Yuma

📋 copy color: '#CEB67D'

red 206 ◦ green 182 ◦ blue 125

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

Shades of Yuma #CEB67D

Tints of Yuma #CEB67D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.48%

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

R = 40.16%
G = 35.48%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CEB67D (or 0xCEB67D) is known color: Yuma. HEX triplet: CE, B6 and 7D. RGB value is (206,182,125). Sum of RGB (Red+Green+Blue) = 206+182+125=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB67D is #314982. Grayscale: #B6B6B6. Windows color (decimal): -3230083 or 8238798. OLE color: 8238798.

HSL color Cylindrical-coordinate representation of color #CEB67D: hue angle of 42.22º 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 #CEB67D is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 182 125 -
CMYK 0 0.12 0.39 0.19
HSL 42.22º 0.45% 0.65% -
HSV(B) 42.22º 0.39% 0.81% -
XYZ 45.88 48.06 26.26 -
YUV 182.68 95.45 144.63 -
System Red Green Blue C M Y K H S L
Decimal 206 182 125 0 0.12 0.39 0.19 42.22 0.45 0.65
Hex CE B6 7D 0 C 27 13 2A 2D 41
Octal 316 266 175 0 14 47 23 52 55 101
Binary 11001110 10110110 1111101 0 1100 100111 10011 101010 101101 1000001

Color Harmonies of #CEB67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB67D

Black with #CEB67D

Text Example


Text Example

White with #CEB67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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