Html Css Color HEX #CEC328 Barberry

📋 copy color: '#CEC328'

red 206 ◦ green 195 ◦ blue 40

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

Shades of Barberry #CEC328

Tints of Barberry #CEC328

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.22%

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

R = 46.71%
G = 44.22%
B = 9.07%

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

#CEC328 (or 0xCEC328) is known color: Barberry. HEX triplet: CE, C3 and 28. RGB value is (206,195,40). Sum of RGB (Red+Green+Blue) = 206+195+40=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC328 is #313CD7. Grayscale: #B5B5B5. Windows color (decimal): -3226840 or 2671566. OLE color: 2671566.

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

Color convert

RGB 206 195 40 -
CMYK 0 0.05 0.81 0.19
HSL 56.02º 0.67% 0.48% -
HSV(B) 56.02º 0.81% 0.81% -
XYZ 45.35 52.31 9.71 -
YUV 180.62 48.64 146.1 -
System Red Green Blue C M Y K H S L
Decimal 206 195 40 0 0.05 0.81 0.19 56.02 0.67 0.48
Hex CE C3 28 0 5 51 13 38 43 30
Octal 316 303 50 0 5 121 23 70 103 60
Binary 11001110 11000011 101000 0 101 1010001 10011 111000 1000011 110000

Color Harmonies of #CEC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC328

Black with #CEC328

Text Example


Text Example

White with #CEC328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC328; }

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

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

background-color css

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

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

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

border-color css

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

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

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