Html Css Color HEX #D3C012 Bird Flower

📋 copy color: '#D3C012'

red 211 ◦ green 192 ◦ blue 18

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

Shades of Bird Flower #D3C012

Tints of Bird Flower #D3C012

RGB

 RED value IS 211 (82.81% from 255) = 50.12%

 GREEN value IS 192 (75.39% from 255) = 45.61%

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

R = 50.12%
G = 45.61%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D3C012 (or 0xD3C012) is known color: Bird Flower. HEX triplet: D3, C0 and 12. RGB value is (211,192,18). Sum of RGB (Red+Green+Blue) = 211+192+18=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C012 is #2C3FED. Grayscale: #B2B2B2. Windows color (decimal): -2899950 or 1229011. OLE color: 1229011.

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

Color convert

RGB 211 192 18 -
CMYK 0 0.09 0.91 0.17
HSL 54.09º 0.84% 0.45% -
HSV(B) 54.09º 0.91% 0.83% -
XYZ 45.82 51.59 8.12 -
YUV 177.85 37.79 151.65 -
System Red Green Blue C M Y K H S L
Decimal 211 192 18 0 0.09 0.91 0.17 54.09 0.84 0.45
Hex D3 C0 12 0 9 5B 11 36 54 2D
Octal 323 300 22 0 11 133 21 66 124 55
Binary 11010011 11000000 10010 0 1001 1011011 10001 110110 1010100 101101

Color Harmonies of #D3C012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C012

Black with #D3C012

Text Example


Text Example

White with #D3C012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C012; }

 p { color: rgb(211,192,18); }

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

background-color css

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

 a { background-color: rgb(211,192,18); }

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

border-color css

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

 span { border-color: rgb(211,192,18); }

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