Html Css Color HEX #CADB13 Barberry

📋 copy color: '#CADB13'

red 202 ◦ green 219 ◦ blue 19

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

Shades of Barberry #CADB13

Tints of Barberry #CADB13

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.77%

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

R = 45.91%
G = 49.77%
B = 4.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#CADB13 (or 0xCADB13) is known color: Barberry. HEX triplet: CA, DB and 13. RGB value is (202,219,19). Sum of RGB (Red+Green+Blue) = 202+219+19=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 19 (7.81% from 255 or 4.32% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADB13 is #3524EC. Grayscale: #BFBFBF. Windows color (decimal): -3482861 or 1301450. OLE color: 1301450.

HSL color Cylindrical-coordinate representation of color #CADB13: hue angle of 65.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CADB13 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 219 19 -
CMYK 0.08 0 0.91 0.14
HSL 65.1º 0.84% 0.47% -
HSV(B) 65.1º 0.91% 0.86% -
XYZ 49.81 63.27 10.2 -
YUV 191.12 30.87 135.76 -
System Red Green Blue C M Y K H S L
Decimal 202 219 19 0.08 0 0.91 0.14 65.1 0.84 0.47
Hex CA DB 13 8 0 5B E 41 54 2F
Octal 312 333 23 10 0 133 16 101 124 57
Binary 11001010 11011011 10011 1000 0 1011011 1110 1000001 1010100 101111

Color Harmonies of #CADB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB13

Black with #CADB13

Text Example


Text Example

White with #CADB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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