Html Css Color HEX #DCBF1C Sunflower

📋 copy color: '#DCBF1C'

red 220 ◦ green 191 ◦ blue 28

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

Shades of Sunflower #DCBF1C

Tints of Sunflower #DCBF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.38%

R = 50.11%
G = 43.51%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCBF1C (or 0xDCBF1C) is known color: Sunflower. HEX triplet: DC, BF and 1C. RGB value is (220,191,28). Sum of RGB (Red+Green+Blue) = 220+191+28=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 28 (11.33% from 255 or 6.38% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF1C is #2340E3. Grayscale: #B5B5B5. Windows color (decimal): -2310372 or 1884124. OLE color: 1884124.

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

Color convert

RGB 220 191 28 -
CMYK 0 0.13 0.87 0.14
HSL 50.94º 0.77% 0.49% -
HSV(B) 50.94º 0.87% 0.86% -
XYZ 48.36 52.56 8.7 -
YUV 181.09 41.61 155.75 -
System Red Green Blue C M Y K H S L
Decimal 220 191 28 0 0.13 0.87 0.14 50.94 0.77 0.49
Hex DC BF 1C 0 D 57 E 33 4D 31
Octal 334 277 34 0 15 127 16 63 115 61
Binary 11011100 10111111 11100 0 1101 1010111 1110 110011 1001101 110001

Color Harmonies of #DCBF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF1C

Black with #DCBF1C

Text Example


Text Example

White with #DCBF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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