Html Css Color HEX #DFC31B Sunflower

📋 copy color: '#DFC31B'

red 223 ◦ green 195 ◦ blue 27

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

Shades of Sunflower #DFC31B

Tints of Sunflower #DFC31B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.82%

 BLUE value IS 27 (10.94% from 255) = 6.07%

R = 50.11%
G = 43.82%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFC31B (or 0xDFC31B) is known color: Sunflower. HEX triplet: DF, C3 and 1B. RGB value is (223,195,27). Sum of RGB (Red+Green+Blue) = 223+195+27=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 27 (10.94% from 255 or 6.07% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC31B is #203CE4. Grayscale: #B8B8B8. Windows color (decimal): -2112741 or 1819615. OLE color: 1819615.

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

Color convert

RGB 223 195 27 -
CMYK 0 0.13 0.88 0.13
HSL 51.43º 0.78% 0.49% -
HSV(B) 51.43º 0.88% 0.87% -
XYZ 50.14 54.8 8.97 -
YUV 184.22 39.28 155.66 -
System Red Green Blue C M Y K H S L
Decimal 223 195 27 0 0.13 0.88 0.13 51.43 0.78 0.49
Hex DF C3 1B 0 D 58 D 33 4E 31
Octal 337 303 33 0 15 130 15 63 116 61
Binary 11011111 11000011 11011 0 1101 1011000 1101 110011 1001110 110001

Color Harmonies of #DFC31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC31B

Black with #DFC31B

Text Example


Text Example

White with #DFC31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC31B; }

 p { color: rgb(223,195,27); }

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

background-color css

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

 a { background-color: rgb(223,195,27); }

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

border-color css

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

 span { border-color: rgb(223,195,27); }

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