Html Css Color HEX #CAD515 Barberry

📋 copy color: '#CAD515'

red 202 ◦ green 213 ◦ blue 21

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

Shades of Barberry #CAD515

Tints of Barberry #CAD515

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.85%

 BLUE value IS 21 (8.59% from 255) = 4.82%

R = 46.33%
G = 48.85%
B = 4.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#CAD515 (or 0xCAD515) is known color: Barberry. HEX triplet: CA, D5 and 15. RGB value is (202,213,21). Sum of RGB (Red+Green+Blue) = 202+213+21=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD515 is #352AEA. Grayscale: #BCBCBC. Windows color (decimal): -3484395 or 1430986. OLE color: 1430986.

HSL color Cylindrical-coordinate representation of color #CAD515: hue angle of 63.44º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAD515 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 213 21 -
CMYK 0.05 0 0.90 0.16
HSL 63.44º 0.82% 0.46% -
HSV(B) 63.44º 0.9% 0.84% -
XYZ 48.29 60.2 9.78 -
YUV 187.82 33.86 138.11 -
System Red Green Blue C M Y K H S L
Decimal 202 213 21 0.05 0 0.90 0.16 63.44 0.82 0.46
Hex CA D5 15 5 0 5A 10 3F 52 2E
Octal 312 325 25 5 0 132 20 77 122 56
Binary 11001010 11010101 10101 101 0 1011010 10000 111111 1010010 101110

Color Harmonies of #CAD515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD515

Black with #CAD515

Text Example


Text Example

White with #CAD515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD515; }

 p { color: rgb(202,213,21); }

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

background-color css

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

 a { background-color: rgb(202,213,21); }

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

border-color css

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

 span { border-color: rgb(202,213,21); }

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