Html Css Color HEX #CEC129 Barberry

📋 copy color: '#CEC129'

red 206 ◦ green 193 ◦ blue 41

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

Shades of Barberry #CEC129

Tints of Barberry #CEC129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.32%

R = 46.82%
G = 43.86%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CEC129 (or 0xCEC129) is known color: Barberry. HEX triplet: CE, C1 and 29. RGB value is (206,193,41). Sum of RGB (Red+Green+Blue) = 206+193+41=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 41 (16.41% from 255 or 9.32% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC129 is #313ED6. Grayscale: #B4B4B4. Windows color (decimal): -3227351 or 2736590. OLE color: 2736590.

HSL color Cylindrical-coordinate representation of color #CEC129: hue angle of 55.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEC129 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 193 41 -
CMYK 0 0.06 0.80 0.19
HSL 55.27º 0.67% 0.48% -
HSV(B) 55.27º 0.8% 0.81% -
XYZ 44.92 51.42 9.66 -
YUV 179.56 49.81 146.86 -
System Red Green Blue C M Y K H S L
Decimal 206 193 41 0 0.06 0.80 0.19 55.27 0.67 0.48
Hex CE C1 29 0 6 50 13 37 43 30
Octal 316 301 51 0 6 120 23 67 103 60
Binary 11001110 11000001 101001 0 110 1010000 10011 110111 1000011 110000

Color Harmonies of #CEC129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC129

Black with #CEC129

Text Example


Text Example

White with #CEC129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC129; }

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

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

background-color css

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

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

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

border-color css

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

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

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