Html Css Color HEX #DFDA14 Barberry

📋 copy color: '#DFDA14'

red 223 ◦ green 218 ◦ blue 20

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

Shades of Barberry #DFDA14

Tints of Barberry #DFDA14

RGB

 RED value IS 223 (87.5% from 255) = 48.37%

 GREEN value IS 218 (85.55% from 255) = 47.29%

 BLUE value IS 20 (8.2% from 255) = 4.34%

R = 48.37%
G = 47.29%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFDA14 (or 0xDFDA14) is known color: Barberry. HEX triplet: DF, DA and 14. RGB value is (223,218,20). Sum of RGB (Red+Green+Blue) = 223+218+20=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDA14 is #2025EB. Grayscale: #C5C5C5. Windows color (decimal): -2106860 or 1366751. OLE color: 1366751.

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

Color convert

RGB 223 218 20 -
CMYK 0 0.02 0.91 0.13
HSL 58.52º 0.84% 0.48% -
HSV(B) 58.52º 0.91% 0.87% -
XYZ 55.63 65.88 10.45 -
YUV 196.92 28.16 146.6 -
System Red Green Blue C M Y K H S L
Decimal 223 218 20 0 0.02 0.91 0.13 58.52 0.84 0.48
Hex DF DA 14 0 2 5B D 3B 54 30
Octal 337 332 24 0 2 133 15 73 124 60
Binary 11011111 11011010 10100 0 10 1011011 1101 111011 1010100 110000

Color Harmonies of #DFDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDA14

Black with #DFDA14

Text Example


Text Example

White with #DFDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDA14; }

 p { color: rgb(223,218,20); }

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

background-color css

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

 a { background-color: rgb(223,218,20); }

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

border-color css

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

 span { border-color: rgb(223,218,20); }

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