Html Css Color HEX #D4C912 Bird Flower

📋 copy color: '#D4C912'

red 212 ◦ green 201 ◦ blue 18

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

Shades of Bird Flower #D4C912

Tints of Bird Flower #D4C912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.18%

R = 49.19%
G = 46.64%
B = 4.18%

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

#D4C912 (or 0xD4C912) is known color: Bird Flower. HEX triplet: D4, C9 and 12. RGB value is (212,201,18). Sum of RGB (Red+Green+Blue) = 212+201+18=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C912 is #2B36ED. Grayscale: #B8B8B8. Windows color (decimal): -2832110 or 1231316. OLE color: 1231316.

HSL color Cylindrical-coordinate representation of color #D4C912: hue angle of 56.6º degrees, saturation: 0.84, 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 #D4C912 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 201 18 -
CMYK 0 0.05 0.92 0.17
HSL 56.6º 0.84% 0.45% -
HSV(B) 56.6º 0.92% 0.83% -
XYZ 48.15 55.81 8.81 -
YUV 183.43 34.64 148.38 -
System Red Green Blue C M Y K H S L
Decimal 212 201 18 0 0.05 0.92 0.17 56.6 0.84 0.45
Hex D4 C9 12 0 5 5C 11 39 54 2D
Octal 324 311 22 0 5 134 21 71 124 55
Binary 11010100 11001001 10010 0 101 1011100 10001 111001 1010100 101101

Color Harmonies of #D4C912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C912

Black with #D4C912

Text Example


Text Example

White with #D4C912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C912; }

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

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

background-color css

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

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

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

border-color css

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

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

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