Html Css Color HEX #CEC61E Barberry

📋 copy color: '#CEC61E'

red 206 ◦ green 198 ◦ blue 30

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

Shades of Barberry #CEC61E

Tints of Barberry #CEC61E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.62%

 BLUE value IS 30 (12.11% from 255) = 6.91%

R = 47.47%
G = 45.62%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEC61E (or 0xCEC61E) is known color: Barberry. HEX triplet: CE, C6 and 1E. RGB value is (206,198,30). Sum of RGB (Red+Green+Blue) = 206+198+30=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC61E is #3139E1. Grayscale: #B5B5B5. Windows color (decimal): -3226082 or 2016974. OLE color: 2016974.

HSL color Cylindrical-coordinate representation of color #CEC61E: hue angle of 57.27º degrees, saturation: 0.75, 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 #CEC61E is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 198 30 -
CMYK 0 0.04 0.85 0.19
HSL 57.27º 0.75% 0.46% -
HSV(B) 57.27º 0.85% 0.81% -
XYZ 45.88 53.6 9.16 -
YUV 181.24 42.65 145.66 -
System Red Green Blue C M Y K H S L
Decimal 206 198 30 0 0.04 0.85 0.19 57.27 0.75 0.46
Hex CE C6 1E 0 4 55 13 39 4B 2E
Octal 316 306 36 0 4 125 23 71 113 56
Binary 11001110 11000110 11110 0 100 1010101 10011 111001 1001011 101110

Color Harmonies of #CEC61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC61E

Black with #CEC61E

Text Example


Text Example

White with #CEC61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC61E; }

 p { color: rgb(206,198,30); }

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

background-color css

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

 a { background-color: rgb(206,198,30); }

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

border-color css

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

 span { border-color: rgb(206,198,30); }

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