Html Css Color HEX #CEC826 Barberry

📋 copy color: '#CEC826'

red 206 ◦ green 200 ◦ blue 38

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

Shades of Barberry #CEC826

Tints of Barberry #CEC826

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.05%

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

R = 46.4%
G = 45.05%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEC826 (or 0xCEC826) is known color: Barberry. HEX triplet: CE, C8 and 26. RGB value is (206,200,38). Sum of RGB (Red+Green+Blue) = 206+200+38=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 38 (15.23% from 255 or 8.56% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC826 is #3137D9. Grayscale: #B7B7B7. Windows color (decimal): -3225562 or 2541774. OLE color: 2541774.

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

Color convert

RGB 206 200 38 -
CMYK 0 0.03 0.82 0.19
HSL 57.86º 0.69% 0.48% -
HSV(B) 57.86º 0.82% 0.81% -
XYZ 46.46 54.57 9.92 -
YUV 183.33 45.99 144.17 -
System Red Green Blue C M Y K H S L
Decimal 206 200 38 0 0.03 0.82 0.19 57.86 0.69 0.48
Hex CE C8 26 0 3 52 13 3A 45 30
Octal 316 310 46 0 3 122 23 72 105 60
Binary 11001110 11001000 100110 0 11 1010010 10011 111010 1000101 110000

Color Harmonies of #CEC826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC826

Black with #CEC826

Text Example


Text Example

White with #CEC826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC826; }

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

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

background-color css

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

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

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

border-color css

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

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

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