Html Css Color HEX #CBB828 Barberry

📋 copy color: '#CBB828'

red 203 ◦ green 184 ◦ blue 40

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

Shades of Barberry #CBB828

Tints of Barberry #CBB828

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.09%

 BLUE value IS 40 (16.02% from 255) = 9.37%

R = 47.54%
G = 43.09%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBB828 (or 0xCBB828) is known color: Barberry. HEX triplet: CB, B8 and 28. RGB value is (203,184,40). Sum of RGB (Red+Green+Blue) = 203+184+40=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB828 is #3447D7. Grayscale: #ADADAD. Windows color (decimal): -3426264 or 2668747. OLE color: 2668747.

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

Color convert

RGB 203 184 40 -
CMYK 0 0.09 0.80 0.20
HSL 53.01º 0.67% 0.48% -
HSV(B) 53.01º 0.8% 0.8% -
XYZ 42.15 47.13 8.88 -
YUV 173.27 52.79 149.21 -
System Red Green Blue C M Y K H S L
Decimal 203 184 40 0 0.09 0.80 0.20 53.01 0.67 0.48
Hex CB B8 28 0 9 50 14 35 43 30
Octal 313 270 50 0 11 120 24 65 103 60
Binary 11001011 10111000 101000 0 1001 1010000 10100 110101 1000011 110000

Color Harmonies of #CBB828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB828

Black with #CBB828

Text Example


Text Example

White with #CBB828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB828; }

 p { color: rgb(203,184,40); }

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

background-color css

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

 a { background-color: rgb(203,184,40); }

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

border-color css

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

 span { border-color: rgb(203,184,40); }

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