Html Css Color HEX #CBB924 Barberry

📋 copy color: '#CBB924'

red 203 ◦ green 185 ◦ blue 36

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

Shades of Barberry #CBB924

Tints of Barberry #CBB924

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.63%

 BLUE value IS 36 (14.45% from 255) = 8.49%

R = 47.88%
G = 43.63%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBB924 (or 0xCBB924) is known color: Barberry. HEX triplet: CB, B9 and 24. RGB value is (203,185,36). Sum of RGB (Red+Green+Blue) = 203+185+36=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB924 is #3446DB. Grayscale: #AEAEAE. Windows color (decimal): -3426012 or 2406859. OLE color: 2406859.

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

Color convert

RGB 203 185 36 -
CMYK 0 0.09 0.82 0.20
HSL 53.53º 0.7% 0.47% -
HSV(B) 53.53º 0.82% 0.8% -
XYZ 42.3 47.52 8.61 -
YUV 173.4 50.46 149.12 -
System Red Green Blue C M Y K H S L
Decimal 203 185 36 0 0.09 0.82 0.20 53.53 0.7 0.47
Hex CB B9 24 0 9 52 14 36 46 2F
Octal 313 271 44 0 11 122 24 66 106 57
Binary 11001011 10111001 100100 0 1001 1010010 10100 110110 1000110 101111

Color Harmonies of #CBB924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB924

Black with #CBB924

Text Example


Text Example

White with #CBB924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB924; }

 p { color: rgb(203,185,36); }

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

background-color css

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

 a { background-color: rgb(203,185,36); }

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

border-color css

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

 span { border-color: rgb(203,185,36); }

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