Html Css Color HEX #D4C910 Bird Flower

📋 copy color: '#D4C910'

red 212 ◦ green 201 ◦ blue 16

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

Shades of Bird Flower #D4C910

Tints of Bird Flower #D4C910

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.85%

 BLUE value IS 16 (6.64% from 255) = 3.73%

R = 49.42%
G = 46.85%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D4C910 (or 0xD4C910) is known color: Bird Flower. HEX triplet: D4, C9 and 10. RGB value is (212,201,16). Sum of RGB (Red+Green+Blue) = 212+201+16=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C910 is #2B36EF. Grayscale: #B7B7B7. Windows color (decimal): -2832112 or 1100244. OLE color: 1100244.

HSL color Cylindrical-coordinate representation of color #D4C910: hue angle of 56.63º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4C910 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 201 16 -
CMYK 0 0.05 0.92 0.17
HSL 56.63º 0.86% 0.45% -
HSV(B) 56.63º 0.92% 0.83% -
XYZ 48.13 55.81 8.73 -
YUV 183.2 33.64 148.54 -
System Red Green Blue C M Y K H S L
Decimal 212 201 16 0 0.05 0.92 0.17 56.63 0.86 0.45
Hex D4 C9 10 0 5 5C 11 39 56 2D
Octal 324 311 20 0 5 134 21 71 126 55
Binary 11010100 11001001 10000 0 101 1011100 10001 111001 1010110 101101

Color Harmonies of #D4C910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C910

Black with #D4C910

Text Example


Text Example

White with #D4C910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C910; }

 p { color: rgb(212,201,16); }

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

background-color css

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

 a { background-color: rgb(212,201,16); }

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

border-color css

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

 span { border-color: rgb(212,201,16); }

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