Html Css Color HEX #DFDA0D Barberry

📋 copy color: '#DFDA0D'

red 223 ◦ green 218 ◦ blue 13

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

Shades of Barberry #DFDA0D

Tints of Barberry #DFDA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.86%

R = 49.12%
G = 48.02%
B = 2.86%

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

#DFDA0D (or 0xDFDA0D) is known color: Barberry. HEX triplet: DF, DA and 0D. RGB value is (223,218,13). Sum of RGB (Red+Green+Blue) = 223+218+13=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 13 (5.47% from 255 or 2.86% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDA0D is #2025F2. Grayscale: #C4C4C4. Windows color (decimal): -2106867 or 907999. OLE color: 907999.

HSL color Cylindrical-coordinate representation of color #DFDA0D: hue angle of 58.57º degrees, saturation: 0.89, 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 #DFDA0D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 218 13 -
CMYK 0 0.02 0.94 0.13
HSL 58.57º 0.89% 0.46% -
HSV(B) 58.57º 0.94% 0.87% -
XYZ 55.58 65.86 10.16 -
YUV 196.13 24.66 147.17 -
System Red Green Blue C M Y K H S L
Decimal 223 218 13 0 0.02 0.94 0.13 58.57 0.89 0.46
Hex DF DA D 0 2 5E D 3B 59 2E
Octal 337 332 15 0 2 136 15 73 131 56
Binary 11011111 11011010 1101 0 10 1011110 1101 111011 1011001 101110

Color Harmonies of #DFDA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDA0D

Black with #DFDA0D

Text Example


Text Example

White with #DFDA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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