Html Css Color HEX #DBB400 Sunflower

📋 copy color: '#DBB400'

red 219 ◦ green 180 ◦ blue 0

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

Shades of Sunflower #DBB400

Tints of Sunflower #DBB400

RGB

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

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

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

R = 54.89%
G = 45.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DBB400 (or 0xDBB400) is known color: Sunflower. HEX triplet: DB, B4 and 00. RGB value is (219,180,0). Sum of RGB (Red+Green+Blue) = 219+180+0=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB400 is #244BFF. Grayscale: #ABABAB. Windows color (decimal): -2378752 or 46299. OLE color: 46299.

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

Color convert

RGB 219 180 0 -
CMYK 0 0.18 1 0.14
HSL 49.32º 1% 0.43% -
HSV(B) 49.32º 1% 0.86% -
XYZ 45.53 47.7 6.81 -
YUV 171.14 31.42 162.14 -
System Red Green Blue C M Y K H S L
Decimal 219 180 0 0 0.18 1 0.14 49.32 1 0.43
Hex DB B4 0 0 12 64 E 31 64 2B
Octal 333 264 0 0 22 144 16 61 144 53
Binary 11011011 10110100 0 0 10010 1100100 1110 110001 1100100 101011

Color Harmonies of #DBB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB400

Black with #DBB400

Text Example


Text Example

White with #DBB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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