Html Css Color HEX #CBB926 Barberry

📋 copy color: '#CBB926'

red 203 ◦ green 185 ◦ blue 38

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

Shades of Barberry #CBB926

Tints of Barberry #CBB926

RGB

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

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

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

R = 47.65%
G = 43.43%
B = 8.92%

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

#CBB926 (or 0xCBB926) is known color: Barberry. HEX triplet: CB, B9 and 26. RGB value is (203,185,38). Sum of RGB (Red+Green+Blue) = 203+185+38=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB926 is #3446D9. Grayscale: #AEAEAE. Windows color (decimal): -3426010 or 2537931. OLE color: 2537931.

HSL color Cylindrical-coordinate representation of color #CBB926: hue angle of 53.45º 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 #CBB926 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 185 38 -
CMYK 0 0.09 0.81 0.20
HSL 53.45º 0.68% 0.47% -
HSV(B) 53.45º 0.81% 0.8% -
XYZ 42.33 47.53 8.78 -
YUV 173.62 51.46 148.95 -
System Red Green Blue C M Y K H S L
Decimal 203 185 38 0 0.09 0.81 0.20 53.45 0.68 0.47
Hex CB B9 26 0 9 51 14 35 44 2F
Octal 313 271 46 0 11 121 24 65 104 57
Binary 11001011 10111001 100110 0 1001 1010001 10100 110101 1000100 101111

Color Harmonies of #CBB926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB926

Black with #CBB926

Text Example


Text Example

White with #CBB926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB926; }

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

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

background-color css

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

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

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

border-color css

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

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

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