Html Css Color HEX #DFB20B Sunflower

📋 copy color: '#DFB20B'

red 223 ◦ green 178 ◦ blue 11

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

Shades of Sunflower #DFB20B

Tints of Sunflower #DFB20B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.2%

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

R = 54.13%
G = 43.2%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFB20B (or 0xDFB20B) is known color: Sunflower. HEX triplet: DF, B2 and 0B. RGB value is (223,178,11). Sum of RGB (Red+Green+Blue) = 223+178+11=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB20B is #204DF4. Grayscale: #ADADAD. Windows color (decimal): -2117109 or 766687. OLE color: 766687.

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

Color convert

RGB 223 178 11 -
CMYK 0 0.20 0.95 0.13
HSL 47.26º 0.91% 0.46% -
HSV(B) 47.26º 0.95% 0.87% -
XYZ 46.41 47.55 7.05 -
YUV 172.42 36.91 164.08 -
System Red Green Blue C M Y K H S L
Decimal 223 178 11 0 0.20 0.95 0.13 47.26 0.91 0.46
Hex DF B2 B 0 14 5F D 2F 5B 2E
Octal 337 262 13 0 24 137 15 57 133 56
Binary 11011111 10110010 1011 0 10100 1011111 1101 101111 1011011 101110

Color Harmonies of #DFB20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB20B

Black with #DFB20B

Text Example


Text Example

White with #DFB20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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