Html Css Color HEX #DAB71B Sunflower

📋 copy color: '#DAB71B'

red 218 ◦ green 183 ◦ blue 27

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

Shades of Sunflower #DAB71B

Tints of Sunflower #DAB71B

RGB

 RED value IS 218 (85.55% from 255) = 50.93%

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

 BLUE value IS 27 (10.94% from 255) = 6.31%

R = 50.93%
G = 42.76%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DAB71B (or 0xDAB71B) is known color: Sunflower. HEX triplet: DA, B7 and 1B. RGB value is (218,183,27). Sum of RGB (Red+Green+Blue) = 218+183+27=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB71B is #2548E4. Grayscale: #B0B0B0. Windows color (decimal): -2443493 or 1816538. OLE color: 1816538.

HSL color Cylindrical-coordinate representation of color #DAB71B: hue angle of 49.01º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAB71B is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 183 27 -
CMYK 0 0.16 0.88 0.15
HSL 49.01º 0.78% 0.48% -
HSV(B) 49.01º 0.88% 0.85% -
XYZ 46.04 48.85 8.04 -
YUV 175.68 44.1 158.18 -
System Red Green Blue C M Y K H S L
Decimal 218 183 27 0 0.16 0.88 0.15 49.01 0.78 0.48
Hex DA B7 1B 0 10 58 F 31 4E 30
Octal 332 267 33 0 20 130 17 61 116 60
Binary 11011010 10110111 11011 0 10000 1011000 1111 110001 1001110 110000

Color Harmonies of #DAB71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB71B

Black with #DAB71B

Text Example


Text Example

White with #DAB71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB71B; }

 p { color: rgb(218,183,27); }

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

background-color css

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

 a { background-color: rgb(218,183,27); }

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

border-color css

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

 span { border-color: rgb(218,183,27); }

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