Html Css Color HEX #CEC626 Barberry

📋 copy color: '#CEC626'

red 206 ◦ green 198 ◦ blue 38

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

Shades of Barberry #CEC626

Tints of Barberry #CEC626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.6%

R = 46.61%
G = 44.8%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEC626 (or 0xCEC626) is known color: Barberry. HEX triplet: CE, C6 and 26. RGB value is (206,198,38). Sum of RGB (Red+Green+Blue) = 206+198+38=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 38 (15.23% from 255 or 8.60% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC626 is #3139D9. Grayscale: #B6B6B6. Windows color (decimal): -3226074 or 2541262. OLE color: 2541262.

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

Color convert

RGB 206 198 38 -
CMYK 0 0.04 0.82 0.19
HSL 57.14º 0.69% 0.48% -
HSV(B) 57.14º 0.82% 0.81% -
XYZ 46 53.65 9.76 -
YUV 182.15 46.65 145.01 -
System Red Green Blue C M Y K H S L
Decimal 206 198 38 0 0.04 0.82 0.19 57.14 0.69 0.48
Hex CE C6 26 0 4 52 13 39 45 30
Octal 316 306 46 0 4 122 23 71 105 60
Binary 11001110 11000110 100110 0 100 1010010 10011 111001 1000101 110000

Color Harmonies of #CEC626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC626

Black with #CEC626

Text Example


Text Example

White with #CEC626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC626; }

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

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

background-color css

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

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

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

border-color css

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

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

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