Html Css Color HEX #D4BD00 Bird Flower

📋 copy color: '#D4BD00'

red 212 ◦ green 189 ◦ blue 0

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

Shades of Bird Flower #D4BD00

Tints of Bird Flower #D4BD00

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.13%

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

R = 52.87%
G = 47.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D4BD00 (or 0xD4BD00) is known color: Bird Flower. HEX triplet: D4, BD and 00. RGB value is (212,189,0). Sum of RGB (Red+Green+Blue) = 212+189+0=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BD00 is #2B42FF. Grayscale: #AFAFAF. Windows color (decimal): -2835200 or 48596. OLE color: 48596.

HSL color Cylindrical-coordinate representation of color #D4BD00: hue angle of 53.49º 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 #D4BD00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 189 0 -
CMYK 0 0.11 1 0.17
HSL 53.49º 1% 0.42% -
HSV(B) 53.49º 1% 0.83% -
XYZ 45.35 50.39 7.34 -
YUV 174.33 29.62 154.87 -
System Red Green Blue C M Y K H S L
Decimal 212 189 0 0 0.11 1 0.17 53.49 1 0.42
Hex D4 BD 0 0 B 64 11 35 64 2A
Octal 324 275 0 0 13 144 21 65 144 52
Binary 11010100 10111101 0 0 1011 1100100 10001 110101 1100100 101010

Color Harmonies of #D4BD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BD00

Black with #D4BD00

Text Example


Text Example

White with #D4BD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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