Html Css Color HEX #CEBC74 Yuma

📋 copy color: '#CEBC74'

red 206 ◦ green 188 ◦ blue 116

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

Shades of Yuma #CEBC74

Tints of Yuma #CEBC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.86%

 BLUE value IS 116 (45.7% from 255) = 22.75%

R = 40.39%
G = 36.86%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEBC74 (or 0xCEBC74) is known color: Yuma. HEX triplet: CE, BC and 74. RGB value is (206,188,116). Sum of RGB (Red+Green+Blue) = 206+188+116=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC74 is #31438B. Grayscale: #B9B9B9. Windows color (decimal): -3228556 or 7650510. OLE color: 7650510.

HSL color Cylindrical-coordinate representation of color #CEBC74: hue angle of 48º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEBC74 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 188 116 -
CMYK 0 0.09 0.44 0.19
HSL 48º 0.48% 0.63% -
HSV(B) 48º 0.44% 0.81% -
XYZ 46.59 50.35 23.79 -
YUV 185.17 88.96 142.85 -
System Red Green Blue C M Y K H S L
Decimal 206 188 116 0 0.09 0.44 0.19 48 0.48 0.63
Hex CE BC 74 0 9 2C 13 30 30 3F
Octal 316 274 164 0 11 54 23 60 60 77
Binary 11001110 10111100 1110100 0 1001 101100 10011 110000 110000 111111

Color Harmonies of #CEBC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC74

Black with #CEBC74

Text Example


Text Example

White with #CEBC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC74; }

 p { color: rgb(206,188,116); }

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

background-color css

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

 a { background-color: rgb(206,188,116); }

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

border-color css

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

 span { border-color: rgb(206,188,116); }

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