Html Css Color HEX #CAB728 Barberry

📋 copy color: '#CAB728'

red 202 ◦ green 183 ◦ blue 40

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

Shades of Barberry #CAB728

Tints of Barberry #CAB728

RGB

 RED value IS 202 (79.3% from 255) = 47.53%

 GREEN value IS 183 (71.88% from 255) = 43.06%

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

R = 47.53%
G = 43.06%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAB728 (or 0xCAB728) is known color: Barberry. HEX triplet: CA, B7 and 28. RGB value is (202,183,40). Sum of RGB (Red+Green+Blue) = 202+183+40=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB728 is #3548D7. Grayscale: #ACACAC. Windows color (decimal): -3492056 or 2668490. OLE color: 2668490.

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

Color convert

RGB 202 183 40 -
CMYK 0 0.09 0.80 0.21
HSL 52.96º 0.67% 0.47% -
HSV(B) 52.96º 0.8% 0.79% -
XYZ 41.67 46.58 8.8 -
YUV 172.38 53.29 149.13 -
System Red Green Blue C M Y K H S L
Decimal 202 183 40 0 0.09 0.80 0.21 52.96 0.67 0.47
Hex CA B7 28 0 9 50 15 35 43 2F
Octal 312 267 50 0 11 120 25 65 103 57
Binary 11001010 10110111 101000 0 1001 1010000 10101 110101 1000011 101111

Color Harmonies of #CAB728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB728

Black with #CAB728

Text Example


Text Example

White with #CAB728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB728; }

 p { color: rgb(202,183,40); }

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

background-color css

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

 a { background-color: rgb(202,183,40); }

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

border-color css

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

 span { border-color: rgb(202,183,40); }

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