Html Css Color HEX #DBB403 Sunflower

📋 copy color: '#DBB403'

red 219 ◦ green 180 ◦ blue 3

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

Shades of Sunflower #DBB403

Tints of Sunflower #DBB403

RGB

 RED value IS 219 (85.94% from 255) = 54.48%

 GREEN value IS 180 (70.7% from 255) = 44.78%

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

R = 54.48%
G = 44.78%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBB403 (or 0xDBB403) is known color: Sunflower. HEX triplet: DB, B4 and 03. RGB value is (219,180,3). Sum of RGB (Red+Green+Blue) = 219+180+3=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 3 (1.56% from 255 or 0.75% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB403 is #244BFC. Grayscale: #ACACAC. Windows color (decimal): -2378749 or 242907. OLE color: 242907.

HSL color Cylindrical-coordinate representation of color #DBB403: hue angle of 49.17º 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 #DBB403 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 180 3 -
CMYK 0 0.18 0.99 0.14
HSL 49.17º 0.97% 0.44% -
HSV(B) 49.17º 0.99% 0.86% -
XYZ 45.55 47.71 6.89 -
YUV 171.48 32.92 161.89 -
System Red Green Blue C M Y K H S L
Decimal 219 180 3 0 0.18 0.99 0.14 49.17 0.97 0.44
Hex DB B4 3 0 12 63 E 31 61 2C
Octal 333 264 3 0 22 143 16 61 141 54
Binary 11011011 10110100 11 0 10010 1100011 1110 110001 1100001 101100

Color Harmonies of #DBB403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB403

Black with #DBB403

Text Example


Text Example

White with #DBB403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB403; }

 p { color: rgb(219,180,3); }

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

background-color css

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

 a { background-color: rgb(219,180,3); }

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

border-color css

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

 span { border-color: rgb(219,180,3); }

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