Html Css Color HEX #CBC524 Barberry

📋 copy color: '#CBC524'

red 203 ◦ green 197 ◦ blue 36

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

Shades of Barberry #CBC524

Tints of Barberry #CBC524

RGB

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

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

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

R = 46.56%
G = 45.18%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBC524 (or 0xCBC524) is known color: Barberry. HEX triplet: CB, C5 and 24. RGB value is (203,197,36). Sum of RGB (Red+Green+Blue) = 203+197+36=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC524 is #343ADB. Grayscale: #B5B5B5. Windows color (decimal): -3422940 or 2409931. OLE color: 2409931.

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

Color convert

RGB 203 197 36 -
CMYK 0 0.03 0.82 0.20
HSL 57.84º 0.7% 0.47% -
HSV(B) 57.84º 0.82% 0.8% -
XYZ 44.91 52.76 9.48 -
YUV 180.44 46.49 144.09 -
System Red Green Blue C M Y K H S L
Decimal 203 197 36 0 0.03 0.82 0.20 57.84 0.7 0.47
Hex CB C5 24 0 3 52 14 3A 46 2F
Octal 313 305 44 0 3 122 24 72 106 57
Binary 11001011 11000101 100100 0 11 1010010 10100 111010 1000110 101111

Color Harmonies of #CBC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC524

Black with #CBC524

Text Example


Text Example

White with #CBC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC524; }

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

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

background-color css

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

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

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

border-color css

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

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

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