Html Css Color HEX #CAC726 Barberry

📋 copy color: '#CAC726'

red 202 ◦ green 199 ◦ blue 38

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

Shades of Barberry #CAC726

Tints of Barberry #CAC726

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.33%

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

R = 46.01%
G = 45.33%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CAC726 (or 0xCAC726) is known color: Barberry. HEX triplet: CA, C7 and 26. RGB value is (202,199,38). Sum of RGB (Red+Green+Blue) = 202+199+38=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 38 (15.23% from 255 or 8.66% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC726 is #3538D9. Grayscale: #B6B6B6. Windows color (decimal): -3487962 or 2541514. OLE color: 2541514.

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

Color convert

RGB 202 199 38 -
CMYK 0 0.01 0.81 0.21
HSL 58.9º 0.68% 0.47% -
HSV(B) 58.9º 0.81% 0.79% -
XYZ 45.13 53.54 9.79 -
YUV 181.54 46.99 142.59 -
System Red Green Blue C M Y K H S L
Decimal 202 199 38 0 0.01 0.81 0.21 58.9 0.68 0.47
Hex CA C7 26 0 1 51 15 3B 44 2F
Octal 312 307 46 0 1 121 25 73 104 57
Binary 11001010 11000111 100110 0 1 1010001 10101 111011 1000100 101111

Color Harmonies of #CAC726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC726

Black with #CAC726

Text Example


Text Example

White with #CAC726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC726; }

 p { color: rgb(202,199,38); }

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

background-color css

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

 a { background-color: rgb(202,199,38); }

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

border-color css

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

 span { border-color: rgb(202,199,38); }

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