#cad11c

Color #CAD11C Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CAD11C

Tints of Barberry #CAD11C

Color information

#CAD11C (or 0xCAD11C) is unknown color: approx Barberry. HEX triplet: CA, D1 and 1C. RGB value is (202,209,28). Sum of RGB (Red+Green+Blue) = 202+209+28=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 28 (11.33% from 255 or 6.38% from 439); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD11C is #352EE3. Grayscale: #BABABA. Windows color (decimal): -3485412 or 1888714. OLE color: 1888714.

HSL color Cylindrical-coordinate representation of color #CAD11C: hue angle of 62.32º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAD11C is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB20220928-
CMYK0.0300.870.18
HSL62.32º76.37%46.47%-
HSV(B)62.32º86.6%81.96%-
XYZ47.3758.249.84-
YUV186.2738.68139.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 209 (82.03% from 255) = 47.61%
BLUE value IS 28 (11.33% from 255) = 6.38%
R=46.01%
G=47.61%
B=6.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202209280.0300.870.1862.3276.3746.47
HexCAD11C3057123e4c2e
Octal3123213430127227611456
Binary1100101011010001111001101010111100101111101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cad11c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cad11c; }

 p { color: rgb(202,209,28); }

 H1.HeaderClassName
 {
   color: #cad11c;
 }
 .AnyTagClassName
 {
   color: #cad11c;
 }
</style>
background-color css

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

 a { background-color: rgb(202,209,28); }

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

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

 span { border-color: rgb(202,209,28); }

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