Html Css Color HEX #CBC221 Barberry

📋 copy color: '#CBC221'

red 203 ◦ green 194 ◦ blue 33

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

Shades of Barberry #CBC221

Tints of Barberry #CBC221

RGB

 RED value IS 203 (79.69% from 255) = 47.21%

 GREEN value IS 194 (76.17% from 255) = 45.12%

 BLUE value IS 33 (13.28% from 255) = 7.67%

R = 47.21%
G = 45.12%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CBC221 (or 0xCBC221) is known color: Barberry. HEX triplet: CB, C2 and 21. RGB value is (203,194,33). Sum of RGB (Red+Green+Blue) = 203+194+33=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC221 is #343DDE. Grayscale: #B2B2B2. Windows color (decimal): -3423711 or 2212555. OLE color: 2212555.

HSL color Cylindrical-coordinate representation of color #CBC221: hue angle of 56.82º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBC221 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 194 33 -
CMYK 0 0.04 0.84 0.20
HSL 56.82º 0.72% 0.46% -
HSV(B) 56.82º 0.84% 0.8% -
XYZ 44.19 51.39 9.03 -
YUV 178.34 45.98 145.59 -
System Red Green Blue C M Y K H S L
Decimal 203 194 33 0 0.04 0.84 0.20 56.82 0.72 0.46
Hex CB C2 21 0 4 54 14 39 48 2E
Octal 313 302 41 0 4 124 24 71 110 56
Binary 11001011 11000010 100001 0 100 1010100 10100 111001 1001000 101110

Color Harmonies of #CBC221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC221

Black with #CBC221

Text Example


Text Example

White with #CBC221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC221; }

 p { color: rgb(203,194,33); }

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

background-color css

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

 a { background-color: rgb(203,194,33); }

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

border-color css

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

 span { border-color: rgb(203,194,33); }

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