Html Css Color HEX #D4B013 Sunflower

📋 copy color: '#D4B013'

red 212 ◦ green 176 ◦ blue 19

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

Shades of Sunflower #D4B013

Tints of Sunflower #D4B013

RGB

 RED value IS 212 (83.2% from 255) = 52.09%

 GREEN value IS 176 (69.14% from 255) = 43.24%

 BLUE value IS 19 (7.81% from 255) = 4.67%

R = 52.09%
G = 43.24%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D4B013 (or 0xD4B013) is known color: Sunflower. HEX triplet: D4, B0 and 13. RGB value is (212,176,19). Sum of RGB (Red+Green+Blue) = 212+176+19=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4B013 is #2B4FEC. Grayscale: #A9A9A9. Windows color (decimal): -2838509 or 1290452. OLE color: 1290452.

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

Color convert

RGB 212 176 19 -
CMYK 0 0.17 0.91 0.17
HSL 48.81º 0.84% 0.45% -
HSV(B) 48.81º 0.91% 0.83% -
XYZ 42.79 45.09 7.06 -
YUV 168.87 43.43 158.77 -
System Red Green Blue C M Y K H S L
Decimal 212 176 19 0 0.17 0.91 0.17 48.81 0.84 0.45
Hex D4 B0 13 0 11 5B 11 31 54 2D
Octal 324 260 23 0 21 133 21 61 124 55
Binary 11010100 10110000 10011 0 10001 1011011 10001 110001 1010100 101101

Color Harmonies of #D4B013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B013

Black with #D4B013

Text Example


Text Example

White with #D4B013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B013; }

 p { color: rgb(212,176,19); }

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

background-color css

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

 a { background-color: rgb(212,176,19); }

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

border-color css

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

 span { border-color: rgb(212,176,19); }

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