Html Css Color HEX #CAC626 Barberry

📋 copy color: '#CAC626'

red 202 ◦ green 198 ◦ blue 38

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

Shades of Barberry #CAC626

Tints of Barberry #CAC626

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.21%

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

R = 46.12%
G = 45.21%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CAC626 (or 0xCAC626) is known color: Barberry. HEX triplet: CA, C6 and 26. RGB value is (202,198,38). Sum of RGB (Red+Green+Blue) = 202+198+38=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 38 (15.23% from 255 or 8.68% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC626 is #3539D9. Grayscale: #B5B5B5. Windows color (decimal): -3488218 or 2541258. OLE color: 2541258.

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

Color convert

RGB 202 198 38 -
CMYK 0 0.02 0.81 0.21
HSL 58.54º 0.68% 0.47% -
HSV(B) 58.54º 0.81% 0.79% -
XYZ 44.9 53.08 9.71 -
YUV 180.96 47.33 143.01 -
System Red Green Blue C M Y K H S L
Decimal 202 198 38 0 0.02 0.81 0.21 58.54 0.68 0.47
Hex CA C6 26 0 2 51 15 3B 44 2F
Octal 312 306 46 0 2 121 25 73 104 57
Binary 11001010 11000110 100110 0 10 1010001 10101 111011 1000100 101111

Color Harmonies of #CAC626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC626

Black with #CAC626

Text Example


Text Example

White with #CAC626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC626; }

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

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

background-color css

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

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

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

border-color css

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

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

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