Html Css Color HEX #D4D50D Bird Flower

📋 copy color: '#D4D50D'

red 212 ◦ green 213 ◦ blue 13

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

Shades of Bird Flower #D4D50D

Tints of Bird Flower #D4D50D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.63%

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 48.4%
G = 48.63%
B = 2.97%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D4D50D (or 0xD4D50D) is known color: Bird Flower. HEX triplet: D4, D5 and 0D. RGB value is (212,213,13). Sum of RGB (Red+Green+Blue) = 212+213+13=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D50D is #2B2AF2. Grayscale: #BEBEBE. Windows color (decimal): -2829043 or 906708. OLE color: 906708.

HSL color Cylindrical-coordinate representation of color #D4D50D: hue angle of 60.3º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4D50D is Cyan = 0.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 213 13 -
CMYK 0.00 0 0.94 0.16
HSL 60.3º 0.88% 0.44% -
HSV(B) 60.3º 0.94% 0.84% -
XYZ 51.02 61.61 9.58 -
YUV 189.9 28.17 143.76 -
System Red Green Blue C M Y K H S L
Decimal 212 213 13 0.00 0 0.94 0.16 60.3 0.88 0.44
Hex D4 D5 D 0 0 5E 10 3C 58 2C
Octal 324 325 15 0 0 136 20 74 130 54
Binary 11010100 11010101 1101 0 0 1011110 10000 111100 1011000 101100

Color Harmonies of #D4D50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D50D

Black with #D4D50D

Text Example


Text Example

White with #D4D50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D50D; }

 p { color: rgb(212,213,13); }

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

background-color css

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

 a { background-color: rgb(212,213,13); }

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

border-color css

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

 span { border-color: rgb(212,213,13); }

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