Html Css Color HEX #DCBF10 Sunflower

📋 copy color: '#DCBF10'

red 220 ◦ green 191 ◦ blue 16

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

Shades of Sunflower #DCBF10

Tints of Sunflower #DCBF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.75%

R = 51.52%
G = 44.73%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCBF10 (or 0xDCBF10) is known color: Sunflower. HEX triplet: DC, BF and 10. RGB value is (220,191,16). Sum of RGB (Red+Green+Blue) = 220+191+16=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF10 is #2340EF. Grayscale: #B4B4B4. Windows color (decimal): -2310384 or 1097692. OLE color: 1097692.

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

Color convert

RGB 220 191 16 -
CMYK 0 0.13 0.93 0.14
HSL 51.47º 0.86% 0.46% -
HSV(B) 51.47º 0.93% 0.86% -
XYZ 48.24 52.51 8.08 -
YUV 179.72 35.61 156.73 -
System Red Green Blue C M Y K H S L
Decimal 220 191 16 0 0.13 0.93 0.14 51.47 0.86 0.46
Hex DC BF 10 0 D 5D E 33 56 2E
Octal 334 277 20 0 15 135 16 63 126 56
Binary 11011100 10111111 10000 0 1101 1011101 1110 110011 1010110 101110

Color Harmonies of #DCBF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF10

Black with #DCBF10

Text Example


Text Example

White with #DCBF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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