Html Css Color HEX #CEC026 Barberry

📋 copy color: '#CEC026'

red 206 ◦ green 192 ◦ blue 38

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

Shades of Barberry #CEC026

Tints of Barberry #CEC026

RGB

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

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

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

R = 47.25%
G = 44.04%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEC026 (or 0xCEC026) is known color: Barberry. HEX triplet: CE, C0 and 26. RGB value is (206,192,38). Sum of RGB (Red+Green+Blue) = 206+192+38=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC026 is #313FD9. Grayscale: #B3B3B3. Windows color (decimal): -3227610 or 2539726. OLE color: 2539726.

HSL color Cylindrical-coordinate representation of color #CEC026: hue angle of 55º 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 #CEC026 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 192 38 -
CMYK 0 0.07 0.82 0.19
HSL 55º 0.69% 0.48% -
HSV(B) 55º 0.82% 0.81% -
XYZ 44.65 50.96 9.32 -
YUV 178.63 48.64 147.52 -
System Red Green Blue C M Y K H S L
Decimal 206 192 38 0 0.07 0.82 0.19 55 0.69 0.48
Hex CE C0 26 0 7 52 13 37 45 30
Octal 316 300 46 0 7 122 23 67 105 60
Binary 11001110 11000000 100110 0 111 1010010 10011 110111 1000101 110000

Color Harmonies of #CEC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC026

Black with #CEC026

Text Example


Text Example

White with #CEC026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC026; }

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

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

background-color css

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

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

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

border-color css

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

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

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