Html Css Color HEX #D6B71A Sunflower

📋 copy color: '#D6B71A'

red 214 ◦ green 183 ◦ blue 26

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

Shades of Sunflower #D6B71A

Tints of Sunflower #D6B71A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.26%

 BLUE value IS 26 (10.55% from 255) = 6.15%

R = 50.59%
G = 43.26%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6B71A (or 0xD6B71A) is known color: Sunflower. HEX triplet: D6, B7 and 1A. RGB value is (214,183,26). Sum of RGB (Red+Green+Blue) = 214+183+26=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B71A is #2948E5. Grayscale: #AFAFAF. Windows color (decimal): -2705638 or 1750998. OLE color: 1750998.

HSL color Cylindrical-coordinate representation of color #D6B71A: hue angle of 50.11º degrees, saturation: 0.78, 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 #D6B71A is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 183 26 -
CMYK 0 0.14 0.88 0.16
HSL 50.11º 0.78% 0.47% -
HSV(B) 50.11º 0.88% 0.84% -
XYZ 44.85 48.24 7.92 -
YUV 174.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 214 183 26 0 0.14 0.88 0.16 50.11 0.78 0.47
Hex D6 B7 1A 0 E 58 10 32 4E 2F
Octal 326 267 32 0 16 130 20 62 116 57
Binary 11010110 10110111 11010 0 1110 1011000 10000 110010 1001110 101111

Color Harmonies of #D6B71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B71A

Black with #D6B71A

Text Example


Text Example

White with #D6B71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B71A; }

 p { color: rgb(214,183,26); }

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

background-color css

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

 a { background-color: rgb(214,183,26); }

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

border-color css

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

 span { border-color: rgb(214,183,26); }

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