Html Css Color HEX #D4BA1B Sunflower

📋 copy color: '#D4BA1B'

red 212 ◦ green 186 ◦ blue 27

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

Shades of Sunflower #D4BA1B

Tints of Sunflower #D4BA1B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.76%

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

R = 49.88%
G = 43.76%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4BA1B (or 0xD4BA1B) is known color: Sunflower. HEX triplet: D4, BA and 1B. RGB value is (212,186,27). Sum of RGB (Red+Green+Blue) = 212+186+27=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 27 (10.94% from 255 or 6.35% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BA1B is #2B45E4. Grayscale: #B0B0B0. Windows color (decimal): -2835941 or 1817300. OLE color: 1817300.

HSL color Cylindrical-coordinate representation of color #D4BA1B: hue angle of 51.57º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4BA1B is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 186 27 -
CMYK 0 0.12 0.87 0.17
HSL 51.57º 0.77% 0.47% -
HSV(B) 51.57º 0.87% 0.83% -
XYZ 44.91 49.19 8.17 -
YUV 175.65 44.11 153.93 -
System Red Green Blue C M Y K H S L
Decimal 212 186 27 0 0.12 0.87 0.17 51.57 0.77 0.47
Hex D4 BA 1B 0 C 57 11 34 4D 2F
Octal 324 272 33 0 14 127 21 64 115 57
Binary 11010100 10111010 11011 0 1100 1010111 10001 110100 1001101 101111

Color Harmonies of #D4BA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA1B

Black with #D4BA1B

Text Example


Text Example

White with #D4BA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA1B; }

 p { color: rgb(212,186,27); }

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

background-color css

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

 a { background-color: rgb(212,186,27); }

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

border-color css

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

 span { border-color: rgb(212,186,27); }

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