Html Css Color HEX #CEC327 Barberry

📋 copy color: '#CEC327'

red 206 ◦ green 195 ◦ blue 39

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

Shades of Barberry #CEC327

Tints of Barberry #CEC327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.86%

R = 46.82%
G = 44.32%
B = 8.86%

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

#CEC327 (or 0xCEC327) is known color: Barberry. HEX triplet: CE, C3 and 27. RGB value is (206,195,39). Sum of RGB (Red+Green+Blue) = 206+195+39=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 39 (15.62% from 255 or 8.86% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC327 is #313CD8. Grayscale: #B5B5B5. Windows color (decimal): -3226841 or 2606030. OLE color: 2606030.

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

Color convert

RGB 206 195 39 -
CMYK 0 0.05 0.81 0.19
HSL 56.05º 0.68% 0.48% -
HSV(B) 56.05º 0.81% 0.81% -
XYZ 45.33 52.3 9.62 -
YUV 180.51 48.14 146.18 -
System Red Green Blue C M Y K H S L
Decimal 206 195 39 0 0.05 0.81 0.19 56.05 0.68 0.48
Hex CE C3 27 0 5 51 13 38 44 30
Octal 316 303 47 0 5 121 23 70 104 60
Binary 11001110 11000011 100111 0 101 1010001 10011 111000 1000100 110000

Color Harmonies of #CEC327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC327

Black with #CEC327

Text Example


Text Example

White with #CEC327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC327; }

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

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

background-color css

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

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

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

border-color css

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

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

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