Html Css Color HEX #DBB405 Sunflower

📋 copy color: '#DBB405'

red 219 ◦ green 180 ◦ blue 5

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

Shades of Sunflower #DBB405

Tints of Sunflower #DBB405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 54.21%
G = 44.55%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBB405 (or 0xDBB405) is known color: Sunflower. HEX triplet: DB, B4 and 05. RGB value is (219,180,5). Sum of RGB (Red+Green+Blue) = 219+180+5=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB405 is #244BFA. Grayscale: #ACACAC. Windows color (decimal): -2378747 or 373979. OLE color: 373979.

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

Color convert

RGB 219 180 5 -
CMYK 0 0.18 0.98 0.14
HSL 49.07º 0.96% 0.44% -
HSV(B) 49.07º 0.98% 0.86% -
XYZ 45.56 47.71 6.95 -
YUV 171.71 33.92 161.73 -
System Red Green Blue C M Y K H S L
Decimal 219 180 5 0 0.18 0.98 0.14 49.07 0.96 0.44
Hex DB B4 5 0 12 62 E 31 60 2C
Octal 333 264 5 0 22 142 16 61 140 54
Binary 11011011 10110100 101 0 10010 1100010 1110 110001 1100000 101100

Color Harmonies of #DBB405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB405

Black with #DBB405

Text Example


Text Example

White with #DBB405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB405; }

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

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

background-color css

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

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

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

border-color css

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

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

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