Html Css Color HEX #DFC40B Sunflower

📋 copy color: '#DFC40B'

red 223 ◦ green 196 ◦ blue 11

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

Shades of Sunflower #DFC40B

Tints of Sunflower #DFC40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.58%

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

R = 51.86%
G = 45.58%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFC40B (or 0xDFC40B) is known color: Sunflower. HEX triplet: DF, C4 and 0B. RGB value is (223,196,11). Sum of RGB (Red+Green+Blue) = 223+196+11=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC40B is #203BF4. Grayscale: #B7B7B7. Windows color (decimal): -2112501 or 771295. OLE color: 771295.

HSL color Cylindrical-coordinate representation of color #DFC40B: hue angle of 52.36º 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 #DFC40B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 196 11 -
CMYK 0 0.12 0.95 0.13
HSL 52.36º 0.91% 0.46% -
HSV(B) 52.36º 0.95% 0.87% -
XYZ 50.23 55.19 8.32 -
YUV 182.98 30.95 156.54 -
System Red Green Blue C M Y K H S L
Decimal 223 196 11 0 0.12 0.95 0.13 52.36 0.91 0.46
Hex DF C4 B 0 C 5F D 34 5B 2E
Octal 337 304 13 0 14 137 15 64 133 56
Binary 11011111 11000100 1011 0 1100 1011111 1101 110100 1011011 101110

Color Harmonies of #DFC40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC40B

Black with #DFC40B

Text Example


Text Example

White with #DFC40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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