Html Css Color HEX #CEC527 Barberry

📋 copy color: '#CEC527'

red 206 ◦ green 197 ◦ blue 39

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

Shades of Barberry #CEC527

Tints of Barberry #CEC527

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.57%

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

R = 46.61%
G = 44.57%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEC527 (or 0xCEC527) is known color: Barberry. HEX triplet: CE, C5 and 27. RGB value is (206,197,39). Sum of RGB (Red+Green+Blue) = 206+197+39=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 39 (15.62% from 255 or 8.82% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC527 is #313AD8. Grayscale: #B6B6B6. Windows color (decimal): -3226329 or 2606542. OLE color: 2606542.

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

Color convert

RGB 206 197 39 -
CMYK 0 0.04 0.81 0.19
HSL 56.77º 0.68% 0.48% -
HSV(B) 56.77º 0.81% 0.81% -
XYZ 45.79 53.2 9.78 -
YUV 181.68 47.48 145.35 -
System Red Green Blue C M Y K H S L
Decimal 206 197 39 0 0.04 0.81 0.19 56.77 0.68 0.48
Hex CE C5 27 0 4 51 13 39 44 30
Octal 316 305 47 0 4 121 23 71 104 60
Binary 11001110 11000101 100111 0 100 1010001 10011 111001 1000100 110000

Color Harmonies of #CEC527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC527

Black with #CEC527

Text Example


Text Example

White with #CEC527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC527; }

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

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

background-color css

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

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

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

border-color css

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

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

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