Html Css Color HEX #CEBF20 Barberry

📋 copy color: '#CEBF20'

red 206 ◦ green 191 ◦ blue 32

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

Shades of Barberry #CEBF20

Tints of Barberry #CEBF20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.46%

R = 48.02%
G = 44.52%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEBF20 (or 0xCEBF20) is known color: Barberry. HEX triplet: CE, BF and 20. RGB value is (206,191,32). Sum of RGB (Red+Green+Blue) = 206+191+32=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBF20 is #3140DF. Grayscale: #B2B2B2. Windows color (decimal): -3227872 or 2146254. OLE color: 2146254.

HSL color Cylindrical-coordinate representation of color #CEBF20: hue angle of 54.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEBF20 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 191 32 -
CMYK 0 0.07 0.84 0.19
HSL 54.83º 0.73% 0.47% -
HSV(B) 54.83º 0.84% 0.81% -
XYZ 44.35 50.49 8.77 -
YUV 177.36 45.97 148.43 -
System Red Green Blue C M Y K H S L
Decimal 206 191 32 0 0.07 0.84 0.19 54.83 0.73 0.47
Hex CE BF 20 0 7 54 13 37 49 2F
Octal 316 277 40 0 7 124 23 67 111 57
Binary 11001110 10111111 100000 0 111 1010100 10011 110111 1001001 101111

Color Harmonies of #CEBF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBF20

Black with #CEBF20

Text Example


Text Example

White with #CEBF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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