Html Css Color HEX #DBC714 Sunflower

📋 copy color: '#DBC714'

red 219 ◦ green 199 ◦ blue 20

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

Shades of Sunflower #DBC714

Tints of Sunflower #DBC714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.57%

R = 50%
G = 45.43%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBC714 (or 0xDBC714) is known color: Sunflower. HEX triplet: DB, C7 and 14. RGB value is (219,199,20). Sum of RGB (Red+Green+Blue) = 219+199+20=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC714 is #2438EB. Grayscale: #B9B9B9. Windows color (decimal): -2373868 or 1361883. OLE color: 1361883.

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

Color convert

RGB 219 199 20 -
CMYK 0 0.09 0.91 0.14
HSL 53.97º 0.83% 0.47% -
HSV(B) 53.97º 0.91% 0.86% -
XYZ 49.76 55.96 8.84 -
YUV 184.57 35.13 152.55 -
System Red Green Blue C M Y K H S L
Decimal 219 199 20 0 0.09 0.91 0.14 53.97 0.83 0.47
Hex DB C7 14 0 9 5B E 36 53 2F
Octal 333 307 24 0 11 133 16 66 123 57
Binary 11011011 11000111 10100 0 1001 1011011 1110 110110 1010011 101111

Color Harmonies of #DBC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC714

Black with #DBC714

Text Example


Text Example

White with #DBC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC714; }

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

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

background-color css

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

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

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

border-color css

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

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

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