Html Css Color HEX #D4BA23 Sunflower

📋 copy color: '#D4BA23'

red 212 ◦ green 186 ◦ blue 35

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

Shades of Sunflower #D4BA23

Tints of Sunflower #D4BA23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.08%

R = 48.96%
G = 42.96%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D4BA23 (or 0xD4BA23) is known color: Sunflower. HEX triplet: D4, BA and 23. RGB value is (212,186,35). Sum of RGB (Red+Green+Blue) = 212+186+35=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 35 (14.06% from 255 or 8.08% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BA23 is #2B45DC. Grayscale: #B1B1B1. Windows color (decimal): -2835933 or 2341588. OLE color: 2341588.

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

Color convert

RGB 212 186 35 -
CMYK 0 0.12 0.83 0.17
HSL 51.19º 0.72% 0.48% -
HSV(B) 51.19º 0.83% 0.83% -
XYZ 45.01 49.24 8.72 -
YUV 176.56 48.11 153.28 -
System Red Green Blue C M Y K H S L
Decimal 212 186 35 0 0.12 0.83 0.17 51.19 0.72 0.48
Hex D4 BA 23 0 C 53 11 33 48 30
Octal 324 272 43 0 14 123 21 63 110 60
Binary 11010100 10111010 100011 0 1100 1010011 10001 110011 1001000 110000

Color Harmonies of #D4BA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA23

Black with #D4BA23

Text Example


Text Example

White with #D4BA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA23; }

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

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

background-color css

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

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

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

border-color css

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

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

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