Html Css Color HEX #CEC728 Barberry

📋 copy color: '#CEC728'

red 206 ◦ green 199 ◦ blue 40

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

Shades of Barberry #CEC728

Tints of Barberry #CEC728

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.72%

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

R = 46.29%
G = 44.72%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEC728 (or 0xCEC728) is known color: Barberry. HEX triplet: CE, C7 and 28. RGB value is (206,199,40). Sum of RGB (Red+Green+Blue) = 206+199+40=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC728 is #3138D7. Grayscale: #B7B7B7. Windows color (decimal): -3225816 or 2672590. OLE color: 2672590.

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

Color convert

RGB 206 199 40 -
CMYK 0 0.03 0.81 0.19
HSL 57.47º 0.67% 0.48% -
HSV(B) 57.47º 0.81% 0.81% -
XYZ 46.26 54.12 10.02 -
YUV 182.97 47.32 144.43 -
System Red Green Blue C M Y K H S L
Decimal 206 199 40 0 0.03 0.81 0.19 57.47 0.67 0.48
Hex CE C7 28 0 3 51 13 39 43 30
Octal 316 307 50 0 3 121 23 71 103 60
Binary 11001110 11000111 101000 0 11 1010001 10011 111001 1000011 110000

Color Harmonies of #CEC728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC728

Black with #CEC728

Text Example


Text Example

White with #CEC728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC728; }

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

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

background-color css

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

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

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

border-color css

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

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

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