Html Css Color HEX #CEC51B Barberry

📋 copy color: '#CEC51B'

red 206 ◦ green 197 ◦ blue 27

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

Shades of Barberry #CEC51B

Tints of Barberry #CEC51B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.81%

 BLUE value IS 27 (10.94% from 255) = 6.28%

R = 47.91%
G = 45.81%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CEC51B (or 0xCEC51B) is known color: Barberry. HEX triplet: CE, C5 and 1B. RGB value is (206,197,27). Sum of RGB (Red+Green+Blue) = 206+197+27=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC51B is #313AE4. Grayscale: #B4B4B4. Windows color (decimal): -3226341 or 1820110. OLE color: 1820110.

HSL color Cylindrical-coordinate representation of color #CEC51B: hue angle of 56.98º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEC51B is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 197 27 -
CMYK 0 0.04 0.87 0.19
HSL 56.98º 0.77% 0.46% -
HSV(B) 56.98º 0.87% 0.81% -
XYZ 45.62 53.13 8.89 -
YUV 180.31 41.48 146.32 -
System Red Green Blue C M Y K H S L
Decimal 206 197 27 0 0.04 0.87 0.19 56.98 0.77 0.46
Hex CE C5 1B 0 4 57 13 39 4D 2E
Octal 316 305 33 0 4 127 23 71 115 56
Binary 11001110 11000101 11011 0 100 1010111 10011 111001 1001101 101110

Color Harmonies of #CEC51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC51B

Black with #CEC51B

Text Example


Text Example

White with #CEC51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC51B; }

 p { color: rgb(206,197,27); }

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

background-color css

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

 a { background-color: rgb(206,197,27); }

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

border-color css

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

 span { border-color: rgb(206,197,27); }

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