Html Css Color HEX #CEC124 Barberry

📋 copy color: '#CEC124'

red 206 ◦ green 193 ◦ blue 36

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

Shades of Barberry #CEC124

Tints of Barberry #CEC124

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.37%

 BLUE value IS 36 (14.45% from 255) = 8.28%

R = 47.36%
G = 44.37%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEC124 (or 0xCEC124) is known color: Barberry. HEX triplet: CE, C1 and 24. RGB value is (206,193,36). Sum of RGB (Red+Green+Blue) = 206+193+36=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC124 is #313EDB. Grayscale: #B3B3B3. Windows color (decimal): -3227356 or 2408910. OLE color: 2408910.

HSL color Cylindrical-coordinate representation of color #CEC124: hue angle of 55.41º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEC124 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 193 36 -
CMYK 0 0.06 0.83 0.19
HSL 55.41º 0.7% 0.47% -
HSV(B) 55.41º 0.83% 0.81% -
XYZ 44.84 51.39 9.22 -
YUV 178.99 47.31 147.27 -
System Red Green Blue C M Y K H S L
Decimal 206 193 36 0 0.06 0.83 0.19 55.41 0.7 0.47
Hex CE C1 24 0 6 53 13 37 46 2F
Octal 316 301 44 0 6 123 23 67 106 57
Binary 11001110 11000001 100100 0 110 1010011 10011 110111 1000110 101111

Color Harmonies of #CEC124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC124

Black with #CEC124

Text Example


Text Example

White with #CEC124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC124; }

 p { color: rgb(206,193,36); }

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

background-color css

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

 a { background-color: rgb(206,193,36); }

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

border-color css

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

 span { border-color: rgb(206,193,36); }

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