Html Css Color HEX #CEC428 Barberry

📋 copy color: '#CEC428'

red 206 ◦ green 196 ◦ blue 40

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

Shades of Barberry #CEC428

Tints of Barberry #CEC428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.34%

 BLUE value IS 40 (16.02% from 255) = 9.05%

R = 46.61%
G = 44.34%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEC428 (or 0xCEC428) is known color: Barberry. HEX triplet: CE, C4 and 28. RGB value is (206,196,40). Sum of RGB (Red+Green+Blue) = 206+196+40=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC428 is #313BD7. Grayscale: #B5B5B5. Windows color (decimal): -3226584 or 2671822. OLE color: 2671822.

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

Color convert

RGB 206 196 40 -
CMYK 0 0.05 0.81 0.19
HSL 56.39º 0.67% 0.48% -
HSV(B) 56.39º 0.81% 0.81% -
XYZ 45.58 52.75 9.79 -
YUV 181.21 48.31 145.68 -
System Red Green Blue C M Y K H S L
Decimal 206 196 40 0 0.05 0.81 0.19 56.39 0.67 0.48
Hex CE C4 28 0 5 51 13 38 43 30
Octal 316 304 50 0 5 121 23 70 103 60
Binary 11001110 11000100 101000 0 101 1010001 10011 111000 1000011 110000

Color Harmonies of #CEC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC428

Black with #CEC428

Text Example


Text Example

White with #CEC428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC428; }

 p { color: rgb(206,196,40); }

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

background-color css

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

 a { background-color: rgb(206,196,40); }

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

border-color css

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

 span { border-color: rgb(206,196,40); }

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