Html Css Color HEX #CBB826 Barberry

📋 copy color: '#CBB826'

red 203 ◦ green 184 ◦ blue 38

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

Shades of Barberry #CBB826

Tints of Barberry #CBB826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.94%

R = 47.76%
G = 43.29%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CBB826 (or 0xCBB826) is known color: Barberry. HEX triplet: CB, B8 and 26. RGB value is (203,184,38). Sum of RGB (Red+Green+Blue) = 203+184+38=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB826 is #3447D9. Grayscale: #ADADAD. Windows color (decimal): -3426266 or 2537675. OLE color: 2537675.

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

Color convert

RGB 203 184 38 -
CMYK 0 0.09 0.81 0.20
HSL 53.09º 0.68% 0.47% -
HSV(B) 53.09º 0.81% 0.8% -
XYZ 42.12 47.12 8.71 -
YUV 173.04 51.79 149.37 -
System Red Green Blue C M Y K H S L
Decimal 203 184 38 0 0.09 0.81 0.20 53.09 0.68 0.47
Hex CB B8 26 0 9 51 14 35 44 2F
Octal 313 270 46 0 11 121 24 65 104 57
Binary 11001011 10111000 100110 0 1001 1010001 10100 110101 1000100 101111

Color Harmonies of #CBB826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB826

Black with #CBB826

Text Example


Text Example

White with #CBB826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB826; }

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

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

background-color css

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

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

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

border-color css

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

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

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