Html Css Color HEX #DCBF1F Sunflower

📋 copy color: '#DCBF1F'

red 220 ◦ green 191 ◦ blue 31

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

Shades of Sunflower #DCBF1F

Tints of Sunflower #DCBF1F

RGB

 RED value IS 220 (86.33% from 255) = 49.77%

 GREEN value IS 191 (75% from 255) = 43.21%

 BLUE value IS 31 (12.5% from 255) = 7.01%

R = 49.77%
G = 43.21%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCBF1F (or 0xDCBF1F) is known color: Sunflower. HEX triplet: DC, BF and 1F. RGB value is (220,191,31). Sum of RGB (Red+Green+Blue) = 220+191+31=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 31 (12.5% from 255 or 7.01% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF1F is #2340E0. Grayscale: #B6B6B6. Windows color (decimal): -2310369 or 2080732. OLE color: 2080732.

HSL color Cylindrical-coordinate representation of color #DCBF1F: hue angle of 50.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCBF1F is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 31 -
CMYK 0 0.13 0.86 0.14
HSL 50.79º 0.75% 0.49% -
HSV(B) 50.79º 0.86% 0.86% -
XYZ 48.39 52.58 8.89 -
YUV 181.43 43.11 155.51 -
System Red Green Blue C M Y K H S L
Decimal 220 191 31 0 0.13 0.86 0.14 50.79 0.75 0.49
Hex DC BF 1F 0 D 56 E 33 4B 31
Octal 334 277 37 0 15 126 16 63 113 61
Binary 11011100 10111111 11111 0 1101 1010110 1110 110011 1001011 110001

Color Harmonies of #DCBF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF1F

Black with #DCBF1F

Text Example


Text Example

White with #DCBF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF1F; }

 p { color: rgb(220,191,31); }

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

background-color css

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

 a { background-color: rgb(220,191,31); }

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

border-color css

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

 span { border-color: rgb(220,191,31); }

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