Html Css Color HEX #DFC20B Sunflower

📋 copy color: '#DFC20B'

red 223 ◦ green 194 ◦ blue 11

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

Shades of Sunflower #DFC20B

Tints of Sunflower #DFC20B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.33%

 BLUE value IS 11 (4.69% from 255) = 2.57%

R = 52.1%
G = 45.33%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFC20B (or 0xDFC20B) is known color: Sunflower. HEX triplet: DF, C2 and 0B. RGB value is (223,194,11). Sum of RGB (Red+Green+Blue) = 223+194+11=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC20B is #203DF4. Grayscale: #B6B6B6. Windows color (decimal): -2113013 or 770783. OLE color: 770783.

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

Color convert

RGB 223 194 11 -
CMYK 0 0.13 0.95 0.13
HSL 51.79º 0.91% 0.46% -
HSV(B) 51.79º 0.95% 0.87% -
XYZ 49.78 54.3 8.17 -
YUV 181.81 31.61 157.38 -
System Red Green Blue C M Y K H S L
Decimal 223 194 11 0 0.13 0.95 0.13 51.79 0.91 0.46
Hex DF C2 B 0 D 5F D 34 5B 2E
Octal 337 302 13 0 15 137 15 64 133 56
Binary 11011111 11000010 1011 0 1101 1011111 1101 110100 1011011 101110

Color Harmonies of #DFC20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC20B

Black with #DFC20B

Text Example


Text Example

White with #DFC20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC20B; }

 p { color: rgb(223,194,11); }

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

background-color css

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

 a { background-color: rgb(223,194,11); }

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

border-color css

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

 span { border-color: rgb(223,194,11); }

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