Html Css Color HEX #D6B419 Sunflower

📋 copy color: '#D6B419'

red 214 ◦ green 180 ◦ blue 25

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

Shades of Sunflower #D6B419

Tints of Sunflower #D6B419

RGB

 RED value IS 214 (83.98% from 255) = 51.07%

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

 BLUE value IS 25 (10.16% from 255) = 5.97%

R = 51.07%
G = 42.96%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6B419 (or 0xD6B419) is known color: Sunflower. HEX triplet: D6, B4 and 19. RGB value is (214,180,25). Sum of RGB (Red+Green+Blue) = 214+180+25=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 25 (10.16% from 255 or 5.97% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B419 is #294BE6. Grayscale: #ADADAD. Windows color (decimal): -2706407 or 1684694. OLE color: 1684694.

HSL color Cylindrical-coordinate representation of color #D6B419: hue angle of 49.21º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6B419 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 180 25 -
CMYK 0 0.16 0.88 0.16
HSL 49.21º 0.79% 0.47% -
HSV(B) 49.21º 0.88% 0.84% -
XYZ 44.23 47.01 7.66 -
YUV 172.5 44.76 157.6 -
System Red Green Blue C M Y K H S L
Decimal 214 180 25 0 0.16 0.88 0.16 49.21 0.79 0.47
Hex D6 B4 19 0 10 58 10 31 4F 2F
Octal 326 264 31 0 20 130 20 61 117 57
Binary 11010110 10110100 11001 0 10000 1011000 10000 110001 1001111 101111

Color Harmonies of #D6B419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B419

Black with #D6B419

Text Example


Text Example

White with #D6B419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B419; }

 p { color: rgb(214,180,25); }

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

background-color css

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

 a { background-color: rgb(214,180,25); }

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

border-color css

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

 span { border-color: rgb(214,180,25); }

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