Html Css Color HEX #CEBF28 Barberry

📋 copy color: '#CEBF28'

red 206 ◦ green 191 ◦ blue 40

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

Shades of Barberry #CEBF28

Tints of Barberry #CEBF28

RGB

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

 GREEN value IS 191 (75% from 255) = 43.71%

 BLUE value IS 40 (16.02% from 255) = 9.15%

R = 47.14%
G = 43.71%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEBF28 (or 0xCEBF28) is known color: Barberry. HEX triplet: CE, BF and 28. RGB value is (206,191,40). Sum of RGB (Red+Green+Blue) = 206+191+40=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBF28 is #3140D7. Grayscale: #B2B2B2. Windows color (decimal): -3227864 or 2670542. OLE color: 2670542.

HSL color Cylindrical-coordinate representation of color #CEBF28: hue angle of 54.58º degrees, saturation: 0.67, 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 #CEBF28 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 191 40 -
CMYK 0 0.07 0.81 0.19
HSL 54.58º 0.67% 0.48% -
HSV(B) 54.58º 0.81% 0.81% -
XYZ 44.47 50.54 9.42 -
YUV 178.27 49.97 147.78 -
System Red Green Blue C M Y K H S L
Decimal 206 191 40 0 0.07 0.81 0.19 54.58 0.67 0.48
Hex CE BF 28 0 7 51 13 37 43 30
Octal 316 277 50 0 7 121 23 67 103 60
Binary 11001110 10111111 101000 0 111 1010001 10011 110111 1000011 110000

Color Harmonies of #CEBF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBF28

Black with #CEBF28

Text Example


Text Example

White with #CEBF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBF28; }

 p { color: rgb(206,191,40); }

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

background-color css

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

 a { background-color: rgb(206,191,40); }

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

border-color css

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

 span { border-color: rgb(206,191,40); }

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