Html Css Color HEX #CAD315 Barberry

📋 copy color: '#CAD315'

red 202 ◦ green 211 ◦ blue 21

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

Shades of Barberry #CAD315

Tints of Barberry #CAD315

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.62%

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

R = 46.54%
G = 48.62%
B = 4.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#CAD315 (or 0xCAD315) is known color: Barberry. HEX triplet: CA, D3 and 15. RGB value is (202,211,21). Sum of RGB (Red+Green+Blue) = 202+211+21=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD315 is #352CEA. Grayscale: #BBBBBB. Windows color (decimal): -3484907 or 1430474. OLE color: 1430474.

HSL color Cylindrical-coordinate representation of color #CAD315: hue angle of 62.84º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAD315 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 211 21 -
CMYK 0.04 0 0.90 0.17
HSL 62.84º 0.82% 0.45% -
HSV(B) 62.84º 0.9% 0.83% -
XYZ 47.79 59.2 9.62 -
YUV 186.65 34.52 138.95 -
System Red Green Blue C M Y K H S L
Decimal 202 211 21 0.04 0 0.90 0.17 62.84 0.82 0.45
Hex CA D3 15 4 0 5A 11 3F 52 2D
Octal 312 323 25 4 0 132 21 77 122 55
Binary 11001010 11010011 10101 100 0 1011010 10001 111111 1010010 101101

Color Harmonies of #CAD315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD315

Black with #CAD315

Text Example


Text Example

White with #CAD315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD315; }

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

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

background-color css

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

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

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

border-color css

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

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

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