Html Css Color HEX #DFBD1A Sunflower

📋 copy color: '#DFBD1A'

red 223 ◦ green 189 ◦ blue 26

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

Shades of Sunflower #DFBD1A

Tints of Sunflower #DFBD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.94%

R = 50.91%
G = 43.15%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFBD1A (or 0xDFBD1A) is known color: Sunflower. HEX triplet: DF, BD and 1A. RGB value is (223,189,26). Sum of RGB (Red+Green+Blue) = 223+189+26=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 26 (10.55% from 255 or 5.94% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBD1A is #2042E5. Grayscale: #B5B5B5. Windows color (decimal): -2114278 or 1752543. OLE color: 1752543.

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

Color convert

RGB 223 189 26 -
CMYK 0 0.15 0.88 0.13
HSL 49.64º 0.79% 0.49% -
HSV(B) 49.64º 0.88% 0.87% -
XYZ 48.82 52.16 8.47 -
YUV 180.58 40.76 158.25 -
System Red Green Blue C M Y K H S L
Decimal 223 189 26 0 0.15 0.88 0.13 49.64 0.79 0.49
Hex DF BD 1A 0 F 58 D 32 4F 31
Octal 337 275 32 0 17 130 15 62 117 61
Binary 11011111 10111101 11010 0 1111 1011000 1101 110010 1001111 110001

Color Harmonies of #DFBD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD1A

Black with #DFBD1A

Text Example


Text Example

White with #DFBD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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