Html Css Color HEX #CEBF2C Barberry

📋 copy color: '#CEBF2C'

red 206 ◦ green 191 ◦ blue 44

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

Shades of Barberry #CEBF2C

Tints of Barberry #CEBF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.98%

R = 46.71%
G = 43.31%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CEBF2C (or 0xCEBF2C) is known color: Barberry. HEX triplet: CE, BF and 2C. RGB value is (206,191,44). Sum of RGB (Red+Green+Blue) = 206+191+44=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBF2C is #3140D3. Grayscale: #B3B3B3. Windows color (decimal): -3227860 or 2932686. OLE color: 2932686.

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

Color convert

RGB 206 191 44 -
CMYK 0 0.07 0.79 0.19
HSL 54.44º 0.65% 0.49% -
HSV(B) 54.44º 0.79% 0.81% -
XYZ 44.54 50.57 9.8 -
YUV 178.73 51.97 147.45 -
System Red Green Blue C M Y K H S L
Decimal 206 191 44 0 0.07 0.79 0.19 54.44 0.65 0.49
Hex CE BF 2C 0 7 4F 13 36 41 31
Octal 316 277 54 0 7 117 23 66 101 61
Binary 11001110 10111111 101100 0 111 1001111 10011 110110 1000001 110001

Color Harmonies of #CEBF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBF2C

Black with #CEBF2C

Text Example


Text Example

White with #CEBF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBF2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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