Html Css Color HEX #DFDA0E Barberry

📋 copy color: '#DFDA0E'

red 223 ◦ green 218 ◦ blue 14

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

Shades of Barberry #DFDA0E

Tints of Barberry #DFDA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.08%

R = 49.01%
G = 47.91%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFDA0E (or 0xDFDA0E) is known color: Barberry. HEX triplet: DF, DA and 0E. RGB value is (223,218,14). Sum of RGB (Red+Green+Blue) = 223+218+14=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDA0E is #2025F1. Grayscale: #C5C5C5. Windows color (decimal): -2106866 or 973535. OLE color: 973535.

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

Color convert

RGB 223 218 14 -
CMYK 0 0.02 0.94 0.13
HSL 58.56º 0.88% 0.46% -
HSV(B) 58.56º 0.94% 0.87% -
XYZ 55.58 65.86 10.2 -
YUV 196.24 25.16 147.09 -
System Red Green Blue C M Y K H S L
Decimal 223 218 14 0 0.02 0.94 0.13 58.56 0.88 0.46
Hex DF DA E 0 2 5E D 3B 58 2E
Octal 337 332 16 0 2 136 15 73 130 56
Binary 11011111 11011010 1110 0 10 1011110 1101 111011 1011000 101110

Color Harmonies of #DFDA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDA0E

Black with #DFDA0E

Text Example


Text Example

White with #DFDA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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