Html Css Color HEX #DBC308 Sunflower

📋 copy color: '#DBC308'

red 219 ◦ green 195 ◦ blue 8

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

Shades of Sunflower #DBC308

Tints of Sunflower #DBC308

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.21%

 BLUE value IS 8 (3.52% from 255) = 1.9%

R = 51.9%
G = 46.21%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBC308 (or 0xDBC308) is known color: Sunflower. HEX triplet: DB, C3 and 08. RGB value is (219,195,8). Sum of RGB (Red+Green+Blue) = 219+195+8=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 8 (3.52% from 255 or 1.90% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC308 is #243CF7. Grayscale: #B5B5B5. Windows color (decimal): -2374904 or 574427. OLE color: 574427.

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

Color convert

RGB 219 195 8 -
CMYK 0 0.11 0.96 0.14
HSL 53.18º 0.93% 0.45% -
HSV(B) 53.18º 0.96% 0.86% -
XYZ 48.77 54.11 8.1 -
YUV 180.86 30.45 155.21 -
System Red Green Blue C M Y K H S L
Decimal 219 195 8 0 0.11 0.96 0.14 53.18 0.93 0.45
Hex DB C3 8 0 B 60 E 35 5D 2D
Octal 333 303 10 0 13 140 16 65 135 55
Binary 11011011 11000011 1000 0 1011 1100000 1110 110101 1011101 101101

Color Harmonies of #DBC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC308

Black with #DBC308

Text Example


Text Example

White with #DBC308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC308; }

 p { color: rgb(219,195,8); }

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

background-color css

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

 a { background-color: rgb(219,195,8); }

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

border-color css

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

 span { border-color: rgb(219,195,8); }

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