Html Css Color HEX #DCDF13 Barberry

📋 copy color: '#DCDF13'

red 220 ◦ green 223 ◦ blue 19

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

Shades of Barberry #DCDF13

Tints of Barberry #DCDF13

RGB

 RED value IS 220 (86.33% from 255) = 47.62%

 GREEN value IS 223 (87.5% from 255) = 48.27%

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

R = 47.62%
G = 48.27%
B = 4.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DCDF13 (or 0xDCDF13) is known color: Barberry. HEX triplet: DC, DF and 13. RGB value is (220,223,19). Sum of RGB (Red+Green+Blue) = 220+223+19=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 19 (7.81% from 255 or 4.11% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDF13 is #2320EC. Grayscale: #C7C7C7. Windows color (decimal): -2302189 or 1302492. OLE color: 1302492.

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

Color convert

RGB 220 223 19 -
CMYK 0.01 0 0.91 0.13
HSL 60.88º 0.84% 0.47% -
HSV(B) 60.88º 0.91% 0.87% -
XYZ 56.02 68.04 10.8 -
YUV 198.85 26.51 143.09 -
System Red Green Blue C M Y K H S L
Decimal 220 223 19 0.01 0 0.91 0.13 60.88 0.84 0.47
Hex DC DF 13 1 0 5B D 3D 54 2F
Octal 334 337 23 1 0 133 15 75 124 57
Binary 11011100 11011111 10011 1 0 1011011 1101 111101 1010100 101111

Color Harmonies of #DCDF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF13

Black with #DCDF13

Text Example


Text Example

White with #DCDF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF13; }

 p { color: rgb(220,223,19); }

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

background-color css

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

 a { background-color: rgb(220,223,19); }

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

border-color css

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

 span { border-color: rgb(220,223,19); }

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