Html Css Color HEX #CEC61C Barberry

📋 copy color: '#CEC61C'

red 206 ◦ green 198 ◦ blue 28

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

Shades of Barberry #CEC61C

Tints of Barberry #CEC61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.48%

R = 47.69%
G = 45.83%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEC61C (or 0xCEC61C) is known color: Barberry. HEX triplet: CE, C6 and 1C. RGB value is (206,198,28). Sum of RGB (Red+Green+Blue) = 206+198+28=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC61C is #3139E3. Grayscale: #B5B5B5. Windows color (decimal): -3226084 or 1885902. OLE color: 1885902.

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

Color convert

RGB 206 198 28 -
CMYK 0 0.04 0.86 0.19
HSL 57.3º 0.76% 0.46% -
HSV(B) 57.3º 0.86% 0.81% -
XYZ 45.86 53.59 9.03 -
YUV 181.01 41.65 145.82 -
System Red Green Blue C M Y K H S L
Decimal 206 198 28 0 0.04 0.86 0.19 57.3 0.76 0.46
Hex CE C6 1C 0 4 56 13 39 4C 2E
Octal 316 306 34 0 4 126 23 71 114 56
Binary 11001110 11000110 11100 0 100 1010110 10011 111001 1001100 101110

Color Harmonies of #CEC61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC61C

Black with #CEC61C

Text Example


Text Example

White with #CEC61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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