Html Css Color HEX #DBC712 Sunflower

📋 copy color: '#DBC712'

red 219 ◦ green 199 ◦ blue 18

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

Shades of Sunflower #DBC712

Tints of Sunflower #DBC712

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.64%

 BLUE value IS 18 (7.42% from 255) = 4.13%

R = 50.23%
G = 45.64%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBC712 (or 0xDBC712) is known color: Sunflower. HEX triplet: DB, C7 and 12. RGB value is (219,199,18). Sum of RGB (Red+Green+Blue) = 219+199+18=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC712 is #2438ED. Grayscale: #B9B9B9. Windows color (decimal): -2373870 or 1230811. OLE color: 1230811.

HSL color Cylindrical-coordinate representation of color #DBC712: hue angle of 54.03º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBC712 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 199 18 -
CMYK 0 0.09 0.92 0.14
HSL 54.03º 0.85% 0.46% -
HSV(B) 54.03º 0.92% 0.86% -
XYZ 49.75 55.95 8.75 -
YUV 184.35 34.13 152.72 -
System Red Green Blue C M Y K H S L
Decimal 219 199 18 0 0.09 0.92 0.14 54.03 0.85 0.46
Hex DB C7 12 0 9 5C E 36 55 2E
Octal 333 307 22 0 11 134 16 66 125 56
Binary 11011011 11000111 10010 0 1001 1011100 1110 110110 1010101 101110

Color Harmonies of #DBC712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC712

Black with #DBC712

Text Example


Text Example

White with #DBC712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC712; }

 p { color: rgb(219,199,18); }

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

background-color css

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

 a { background-color: rgb(219,199,18); }

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

border-color css

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

 span { border-color: rgb(219,199,18); }

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