Html Css Color HEX #CEC122 Barberry

📋 copy color: '#CEC122'

red 206 ◦ green 193 ◦ blue 34

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

Shades of Barberry #CEC122

Tints of Barberry #CEC122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.85%

R = 47.58%
G = 44.57%
B = 7.85%

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

#CEC122 (or 0xCEC122) is known color: Barberry. HEX triplet: CE, C1 and 22. RGB value is (206,193,34). Sum of RGB (Red+Green+Blue) = 206+193+34=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC122 is #313EDD. Grayscale: #B3B3B3. Windows color (decimal): -3227358 or 2277838. OLE color: 2277838.

HSL color Cylindrical-coordinate representation of color #CEC122: hue angle of 55.47º degrees, saturation: 0.72, 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 #CEC122 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 193 34 -
CMYK 0 0.06 0.83 0.19
HSL 55.47º 0.72% 0.47% -
HSV(B) 55.47º 0.83% 0.81% -
XYZ 44.81 51.38 9.07 -
YUV 178.76 46.31 147.43 -
System Red Green Blue C M Y K H S L
Decimal 206 193 34 0 0.06 0.83 0.19 55.47 0.72 0.47
Hex CE C1 22 0 6 53 13 37 48 2F
Octal 316 301 42 0 6 123 23 67 110 57
Binary 11001110 11000001 100010 0 110 1010011 10011 110111 1001000 101111

Color Harmonies of #CEC122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC122

Black with #CEC122

Text Example


Text Example

White with #CEC122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC122; }

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

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

background-color css

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

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

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

border-color css

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

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

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