Html Css Color HEX #DFBD0E Sunflower

📋 copy color: '#DFBD0E'

red 223 ◦ green 189 ◦ blue 14

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

Shades of Sunflower #DFBD0E

Tints of Sunflower #DFBD0E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.37%

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

R = 52.35%
G = 44.37%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFBD0E (or 0xDFBD0E) is known color: Sunflower. HEX triplet: DF, BD and 0E. RGB value is (223,189,14). Sum of RGB (Red+Green+Blue) = 223+189+14=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBD0E is #2042F1. Grayscale: #B3B3B3. Windows color (decimal): -2114290 or 966111. OLE color: 966111.

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

Color convert

RGB 223 189 14 -
CMYK 0 0.15 0.94 0.13
HSL 50.24º 0.88% 0.46% -
HSV(B) 50.24º 0.94% 0.87% -
XYZ 48.71 52.11 7.91 -
YUV 179.22 34.76 159.23 -
System Red Green Blue C M Y K H S L
Decimal 223 189 14 0 0.15 0.94 0.13 50.24 0.88 0.46
Hex DF BD E 0 F 5E D 32 58 2E
Octal 337 275 16 0 17 136 15 62 130 56
Binary 11011111 10111101 1110 0 1111 1011110 1101 110010 1011000 101110

Color Harmonies of #DFBD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD0E

Black with #DFBD0E

Text Example


Text Example

White with #DFBD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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