Html Css Color HEX #DFC00D Sunflower

📋 copy color: '#DFC00D'

red 223 ◦ green 192 ◦ blue 13

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

Shades of Sunflower #DFC00D

Tints of Sunflower #DFC00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.86%

 BLUE value IS 13 (5.47% from 255) = 3.04%

R = 52.1%
G = 44.86%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFC00D (or 0xDFC00D) is known color: Sunflower. HEX triplet: DF, C0 and 0D. RGB value is (223,192,13). Sum of RGB (Red+Green+Blue) = 223+192+13=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC00D is #203FF2. Grayscale: #B5B5B5. Windows color (decimal): -2113523 or 901343. OLE color: 901343.

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

Color convert

RGB 223 192 13 -
CMYK 0 0.14 0.94 0.13
HSL 51.14º 0.89% 0.46% -
HSV(B) 51.14º 0.94% 0.87% -
XYZ 49.35 53.42 8.09 -
YUV 180.86 33.27 158.05 -
System Red Green Blue C M Y K H S L
Decimal 223 192 13 0 0.14 0.94 0.13 51.14 0.89 0.46
Hex DF C0 D 0 E 5E D 33 59 2E
Octal 337 300 15 0 16 136 15 63 131 56
Binary 11011111 11000000 1101 0 1110 1011110 1101 110011 1011001 101110

Color Harmonies of #DFC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC00D

Black with #DFC00D

Text Example


Text Example

White with #DFC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC00D; }

 p { color: rgb(223,192,13); }

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

background-color css

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

 a { background-color: rgb(223,192,13); }

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

border-color css

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

 span { border-color: rgb(223,192,13); }

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