Html Css Color HEX #DFBD1E Sunflower

📋 copy color: '#DFBD1E'

red 223 ◦ green 189 ◦ blue 30

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

Shades of Sunflower #DFBD1E

Tints of Sunflower #DFBD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.79%

R = 50.45%
G = 42.76%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DFBD1E (or 0xDFBD1E) is known color: Sunflower. HEX triplet: DF, BD and 1E. RGB value is (223,189,30). Sum of RGB (Red+Green+Blue) = 223+189+30=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 30 (12.11% from 255 or 6.79% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBD1E is #2042E1. Grayscale: #B5B5B5. Windows color (decimal): -2114274 or 2014687. OLE color: 2014687.

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

Color convert

RGB 223 189 30 -
CMYK 0 0.15 0.87 0.13
HSL 49.43º 0.76% 0.5% -
HSV(B) 49.43º 0.87% 0.87% -
XYZ 48.86 52.18 8.72 -
YUV 181.04 42.76 157.93 -
System Red Green Blue C M Y K H S L
Decimal 223 189 30 0 0.15 0.87 0.13 49.43 0.76 0.5
Hex DF BD 1E 0 F 57 D 31 4C 32
Octal 337 275 36 0 17 127 15 61 114 62
Binary 11011111 10111101 11110 0 1111 1010111 1101 110001 1001100 110010

Color Harmonies of #DFBD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD1E

Black with #DFBD1E

Text Example


Text Example

White with #DFBD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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