Html Css Color HEX #CAD513 Barberry

📋 copy color: '#CAD513'

red 202 ◦ green 213 ◦ blue 19

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

Shades of Barberry #CAD513

Tints of Barberry #CAD513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.38%

R = 46.54%
G = 49.08%
B = 4.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#CAD513 (or 0xCAD513) is known color: Barberry. HEX triplet: CA, D5 and 13. RGB value is (202,213,19). Sum of RGB (Red+Green+Blue) = 202+213+19=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD513 is #352AEC. Grayscale: #BCBCBC. Windows color (decimal): -3484397 or 1299914. OLE color: 1299914.

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

Color convert

RGB 202 213 19 -
CMYK 0.05 0 0.91 0.16
HSL 63.4º 0.84% 0.45% -
HSV(B) 63.4º 0.91% 0.84% -
XYZ 48.27 60.19 9.69 -
YUV 187.6 32.86 138.27 -
System Red Green Blue C M Y K H S L
Decimal 202 213 19 0.05 0 0.91 0.16 63.4 0.84 0.45
Hex CA D5 13 5 0 5B 10 3F 54 2D
Octal 312 325 23 5 0 133 20 77 124 55
Binary 11001010 11010101 10011 101 0 1011011 10000 111111 1010100 101101

Color Harmonies of #CAD513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD513

Black with #CAD513

Text Example


Text Example

White with #CAD513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD513; }

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

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

background-color css

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

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

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

border-color css

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

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

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