Html Css Color HEX #CBC522 Barberry

📋 copy color: '#CBC522'

red 203 ◦ green 197 ◦ blue 34

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

Shades of Barberry #CBC522

Tints of Barberry #CBC522

RGB

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

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

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

R = 46.77%
G = 45.39%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CBC522 (or 0xCBC522) is known color: Barberry. HEX triplet: CB, C5 and 22. RGB value is (203,197,34). Sum of RGB (Red+Green+Blue) = 203+197+34=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC522 is #343ADD. Grayscale: #B4B4B4. Windows color (decimal): -3422942 or 2278859. OLE color: 2278859.

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

Color convert

RGB 203 197 34 -
CMYK 0 0.03 0.83 0.20
HSL 57.87º 0.71% 0.46% -
HSV(B) 57.87º 0.83% 0.8% -
XYZ 44.88 52.74 9.33 -
YUV 180.21 45.49 144.25 -
System Red Green Blue C M Y K H S L
Decimal 203 197 34 0 0.03 0.83 0.20 57.87 0.71 0.46
Hex CB C5 22 0 3 53 14 3A 47 2E
Octal 313 305 42 0 3 123 24 72 107 56
Binary 11001011 11000101 100010 0 11 1010011 10100 111010 1000111 101110

Color Harmonies of #CBC522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC522

Black with #CBC522

Text Example


Text Example

White with #CBC522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC522; }

 p { color: rgb(203,197,34); }

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

background-color css

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

 a { background-color: rgb(203,197,34); }

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

border-color css

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

 span { border-color: rgb(203,197,34); }

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