Html Css Color HEX #DBC123 Sunflower

📋 copy color: '#DBC123'

red 219 ◦ green 193 ◦ blue 35

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

Shades of Sunflower #DBC123

Tints of Sunflower #DBC123

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.18%

 BLUE value IS 35 (14.06% from 255) = 7.83%

R = 48.99%
G = 43.18%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBC123 (or 0xDBC123) is known color: Sunflower. HEX triplet: DB, C1 and 23. RGB value is (219,193,35). Sum of RGB (Red+Green+Blue) = 219+193+35=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 35 (14.06% from 255 or 7.83% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC123 is #243EDC. Grayscale: #B7B7B7. Windows color (decimal): -2375389 or 2343387. OLE color: 2343387.

HSL color Cylindrical-coordinate representation of color #DBC123: hue angle of 51.52º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBC123 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 193 35 -
CMYK 0 0.12 0.84 0.14
HSL 51.52º 0.72% 0.5% -
HSV(B) 51.52º 0.84% 0.86% -
XYZ 48.59 53.32 9.32 -
YUV 182.76 44.61 153.85 -
System Red Green Blue C M Y K H S L
Decimal 219 193 35 0 0.12 0.84 0.14 51.52 0.72 0.5
Hex DB C1 23 0 C 54 E 34 48 32
Octal 333 301 43 0 14 124 16 64 110 62
Binary 11011011 11000001 100011 0 1100 1010100 1110 110100 1001000 110010

Color Harmonies of #DBC123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC123

Black with #DBC123

Text Example


Text Example

White with #DBC123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC123; }

 p { color: rgb(219,193,35); }

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

background-color css

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

 a { background-color: rgb(219,193,35); }

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

border-color css

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

 span { border-color: rgb(219,193,35); }

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