Html Css Color HEX #CEBA29 Barberry

📋 copy color: '#CEBA29'

red 206 ◦ green 186 ◦ blue 41

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

Shades of Barberry #CEBA29

Tints of Barberry #CEBA29

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.96%

 BLUE value IS 41 (16.41% from 255) = 9.47%

R = 47.58%
G = 42.96%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CEBA29 (or 0xCEBA29) is known color: Barberry. HEX triplet: CE, BA and 29. RGB value is (206,186,41). Sum of RGB (Red+Green+Blue) = 206+186+41=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA29 is #3145D6. Grayscale: #B0B0B0. Windows color (decimal): -3229143 or 2734798. OLE color: 2734798.

HSL color Cylindrical-coordinate representation of color #CEBA29: hue angle of 52.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEBA29 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 186 41 -
CMYK 0 0.10 0.80 0.19
HSL 52.73º 0.67% 0.48% -
HSV(B) 52.73º 0.8% 0.81% -
XYZ 43.41 48.4 9.15 -
YUV 175.45 52.13 149.79 -
System Red Green Blue C M Y K H S L
Decimal 206 186 41 0 0.10 0.80 0.19 52.73 0.67 0.48
Hex CE BA 29 0 A 50 13 35 43 30
Octal 316 272 51 0 12 120 23 65 103 60
Binary 11001110 10111010 101001 0 1010 1010000 10011 110101 1000011 110000

Color Harmonies of #CEBA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA29

Black with #CEBA29

Text Example


Text Example

White with #CEBA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA29; }

 p { color: rgb(206,186,41); }

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

background-color css

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

 a { background-color: rgb(206,186,41); }

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

border-color css

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

 span { border-color: rgb(206,186,41); }

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