Html Css Color HEX #D6B81A Sunflower

📋 copy color: '#D6B81A'

red 214 ◦ green 184 ◦ blue 26

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

Shades of Sunflower #D6B81A

Tints of Sunflower #D6B81A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.4%

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

R = 50.47%
G = 43.4%
B = 6.13%

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

#D6B81A (or 0xD6B81A) is known color: Sunflower. HEX triplet: D6, B8 and 1A. RGB value is (214,184,26). Sum of RGB (Red+Green+Blue) = 214+184+26=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 26 (10.55% from 255 or 6.13% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B81A is #2947E5. Grayscale: #AFAFAF. Windows color (decimal): -2705382 or 1751254. OLE color: 1751254.

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

Color convert

RGB 214 184 26 -
CMYK 0 0.14 0.88 0.16
HSL 50.43º 0.78% 0.47% -
HSV(B) 50.43º 0.88% 0.84% -
XYZ 45.06 48.65 7.99 -
YUV 174.96 43.94 155.85 -
System Red Green Blue C M Y K H S L
Decimal 214 184 26 0 0.14 0.88 0.16 50.43 0.78 0.47
Hex D6 B8 1A 0 E 58 10 32 4E 2F
Octal 326 270 32 0 16 130 20 62 116 57
Binary 11010110 10111000 11010 0 1110 1011000 10000 110010 1001110 101111

Color Harmonies of #D6B81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B81A

Black with #D6B81A

Text Example


Text Example

White with #D6B81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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