Html Css Color HEX #CEBA27 Barberry

📋 copy color: '#CEBA27'

red 206 ◦ green 186 ◦ blue 39

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

Shades of Barberry #CEBA27

Tints of Barberry #CEBA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.05%

R = 47.8%
G = 43.16%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEBA27 (or 0xCEBA27) is known color: Barberry. HEX triplet: CE, BA and 27. RGB value is (206,186,39). Sum of RGB (Red+Green+Blue) = 206+186+39=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA27 is #3145D8. Grayscale: #AFAFAF. Windows color (decimal): -3229145 or 2603726. OLE color: 2603726.

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

Color convert

RGB 206 186 39 -
CMYK 0 0.10 0.81 0.19
HSL 52.81º 0.68% 0.48% -
HSV(B) 52.81º 0.81% 0.81% -
XYZ 43.38 48.39 8.97 -
YUV 175.22 51.13 149.95 -
System Red Green Blue C M Y K H S L
Decimal 206 186 39 0 0.10 0.81 0.19 52.81 0.68 0.48
Hex CE BA 27 0 A 51 13 35 44 30
Octal 316 272 47 0 12 121 23 65 104 60
Binary 11001110 10111010 100111 0 1010 1010001 10011 110101 1000100 110000

Color Harmonies of #CEBA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA27

Black with #CEBA27

Text Example


Text Example

White with #CEBA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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