Html Css Color HEX #DFDA0F Barberry

📋 copy color: '#DFDA0F'

red 223 ◦ green 218 ◦ blue 15

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

Shades of Barberry #DFDA0F

Tints of Barberry #DFDA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.29%

R = 48.9%
G = 47.81%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFDA0F (or 0xDFDA0F) is known color: Barberry. HEX triplet: DF, DA and 0F. RGB value is (223,218,15). Sum of RGB (Red+Green+Blue) = 223+218+15=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 15 (6.25% from 255 or 3.29% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDA0F is #2025F0. Grayscale: #C5C5C5. Windows color (decimal): -2106865 or 1039071. OLE color: 1039071.

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

Color convert

RGB 223 218 15 -
CMYK 0 0.02 0.93 0.13
HSL 58.56º 0.87% 0.47% -
HSV(B) 58.56º 0.93% 0.87% -
XYZ 55.59 65.87 10.24 -
YUV 196.35 25.66 147.01 -
System Red Green Blue C M Y K H S L
Decimal 223 218 15 0 0.02 0.93 0.13 58.56 0.87 0.47
Hex DF DA F 0 2 5D D 3B 57 2F
Octal 337 332 17 0 2 135 15 73 127 57
Binary 11011111 11011010 1111 0 10 1011101 1101 111011 1010111 101111

Color Harmonies of #DFDA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDA0F

Black with #DFDA0F

Text Example


Text Example

White with #DFDA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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