Html Css Color HEX #DCBF00 Sunflower

📋 copy color: '#DCBF00'

red 220 ◦ green 191 ◦ blue 0

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

Shades of Sunflower #DCBF00

Tints of Sunflower #DCBF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.53%
G = 46.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCBF00 (or 0xDCBF00) is known color: Sunflower. HEX triplet: DC, BF and 00. RGB value is (220,191,0). Sum of RGB (Red+Green+Blue) = 220+191+0=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF00 is #2340FF. Grayscale: #B2B2B2. Windows color (decimal): -2310400 or 49116. OLE color: 49116.

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

Color convert

RGB 220 191 0 -
CMYK 0 0.13 1 0.14
HSL 52.09º 1% 0.43% -
HSV(B) 52.09º 1% 0.86% -
XYZ 48.15 52.48 7.59 -
YUV 177.9 27.61 158.03 -
System Red Green Blue C M Y K H S L
Decimal 220 191 0 0 0.13 1 0.14 52.09 1 0.43
Hex DC BF 0 0 D 64 E 34 64 2B
Octal 334 277 0 0 15 144 16 64 144 53
Binary 11011100 10111111 0 0 1101 1100100 1110 110100 1100100 101011

Color Harmonies of #DCBF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF00

Black with #DCBF00

Text Example


Text Example

White with #DCBF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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