Html Css Color HEX #DCBF03 Sunflower

📋 copy color: '#DCBF03'

red 220 ◦ green 191 ◦ blue 3

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

Shades of Sunflower #DCBF03

Tints of Sunflower #DCBF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 53.14%
G = 46.14%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCBF03 (or 0xDCBF03) is known color: Sunflower. HEX triplet: DC, BF and 03. RGB value is (220,191,3). Sum of RGB (Red+Green+Blue) = 220+191+3=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 3 (1.56% from 255 or 0.72% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF03 is #2340FC. Grayscale: #B3B3B3. Windows color (decimal): -2310397 or 245724. OLE color: 245724.

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

Color convert

RGB 220 191 3 -
CMYK 0 0.13 0.99 0.14
HSL 51.98º 0.97% 0.44% -
HSV(B) 51.98º 0.99% 0.86% -
XYZ 48.16 52.48 7.68 -
YUV 178.24 29.11 157.79 -
System Red Green Blue C M Y K H S L
Decimal 220 191 3 0 0.13 0.99 0.14 51.98 0.97 0.44
Hex DC BF 3 0 D 63 E 34 61 2C
Octal 334 277 3 0 15 143 16 64 141 54
Binary 11011100 10111111 11 0 1101 1100011 1110 110100 1100001 101100

Color Harmonies of #DCBF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF03

Black with #DCBF03

Text Example


Text Example

White with #DCBF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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