Html Css Color HEX #CEC01F Barberry

📋 copy color: '#CEC01F'

red 206 ◦ green 192 ◦ blue 31

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

Shades of Barberry #CEC01F

Tints of Barberry #CEC01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.76%

 BLUE value IS 31 (12.5% from 255) = 7.23%

R = 48.02%
G = 44.76%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEC01F (or 0xCEC01F) is known color: Barberry. HEX triplet: CE, C0 and 1F. RGB value is (206,192,31). Sum of RGB (Red+Green+Blue) = 206+192+31=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC01F is #313FE0. Grayscale: #B2B2B2. Windows color (decimal): -3227617 or 2080974. OLE color: 2080974.

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

Color convert

RGB 206 192 31 -
CMYK 0 0.07 0.85 0.19
HSL 55.2º 0.74% 0.46% -
HSV(B) 55.2º 0.85% 0.81% -
XYZ 44.55 50.92 8.78 -
YUV 177.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 206 192 31 0 0.07 0.85 0.19 55.2 0.74 0.46
Hex CE C0 1F 0 7 55 13 37 4A 2E
Octal 316 300 37 0 7 125 23 67 112 56
Binary 11001110 11000000 11111 0 111 1010101 10011 110111 1001010 101110

Color Harmonies of #CEC01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC01F

Black with #CEC01F

Text Example


Text Example

White with #CEC01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC01F; }

 p { color: rgb(206,192,31); }

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

background-color css

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

 a { background-color: rgb(206,192,31); }

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

border-color css

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

 span { border-color: rgb(206,192,31); }

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