Html Css Color HEX #D4BA00 Bird Flower

📋 copy color: '#D4BA00'

red 212 ◦ green 186 ◦ blue 0

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

Shades of Bird Flower #D4BA00

Tints of Bird Flower #D4BA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.27%
G = 46.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D4BA00 (or 0xD4BA00) is known color: Bird Flower. HEX triplet: D4, BA and 00. RGB value is (212,186,0). Sum of RGB (Red+Green+Blue) = 212+186+0=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BA00 is #2B45FF. Grayscale: #ADADAD. Windows color (decimal): -2835968 or 47828. OLE color: 47828.

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

Color convert

RGB 212 186 0 -
CMYK 0 0.12 1 0.17
HSL 52.64º 1% 0.42% -
HSV(B) 52.64º 1% 0.83% -
XYZ 44.71 49.11 7.12 -
YUV 172.57 30.61 156.12 -
System Red Green Blue C M Y K H S L
Decimal 212 186 0 0 0.12 1 0.17 52.64 1 0.42
Hex D4 BA 0 0 C 64 11 35 64 2A
Octal 324 272 0 0 14 144 21 65 144 52
Binary 11010100 10111010 0 0 1100 1100100 10001 110101 1100100 101010

Color Harmonies of #D4BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA00

Black with #D4BA00

Text Example


Text Example

White with #D4BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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