Html Css Color HEX #D5B30F Sunflower

📋 copy color: '#D5B30F'

red 213 ◦ green 179 ◦ blue 15

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

Shades of Sunflower #D5B30F

Tints of Sunflower #D5B30F

RGB

 RED value IS 213 (83.59% from 255) = 52.33%

 GREEN value IS 179 (70.31% from 255) = 43.98%

 BLUE value IS 15 (6.25% from 255) = 3.69%

R = 52.33%
G = 43.98%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5B30F (or 0xD5B30F) is known color: Sunflower. HEX triplet: D5, B3 and 0F. RGB value is (213,179,15). Sum of RGB (Red+Green+Blue) = 213+179+15=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B30F is #2A4CF0. Grayscale: #ABABAB. Windows color (decimal): -2772209 or 1029077. OLE color: 1029077.

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

Color convert

RGB 213 179 15 -
CMYK 0 0.16 0.93 0.16
HSL 49.7º 0.87% 0.45% -
HSV(B) 49.7º 0.93% 0.84% -
XYZ 43.65 46.42 7.11 -
YUV 170.47 40.26 158.34 -
System Red Green Blue C M Y K H S L
Decimal 213 179 15 0 0.16 0.93 0.16 49.7 0.87 0.45
Hex D5 B3 F 0 10 5D 10 32 57 2D
Octal 325 263 17 0 20 135 20 62 127 55
Binary 11010101 10110011 1111 0 10000 1011101 10000 110010 1010111 101101

Color Harmonies of #D5B30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B30F

Black with #D5B30F

Text Example


Text Example

White with #D5B30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B30F; }

 p { color: rgb(213,179,15); }

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

background-color css

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

 a { background-color: rgb(213,179,15); }

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

border-color css

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

 span { border-color: rgb(213,179,15); }

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