Html Css Color HEX #D3C712 Bird Flower

📋 copy color: '#D3C712'

red 211 ◦ green 199 ◦ blue 18

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

Shades of Bird Flower #D3C712

Tints of Bird Flower #D3C712

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.5%

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

R = 49.3%
G = 46.5%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D3C712 (or 0xD3C712) is known color: Bird Flower. HEX triplet: D3, C7 and 12. RGB value is (211,199,18). Sum of RGB (Red+Green+Blue) = 211+199+18=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 199 (78.12% from 255 or 46.50% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C712 is #2C38ED. Grayscale: #B6B6B6. Windows color (decimal): -2898158 or 1230803. OLE color: 1230803.

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

Color convert

RGB 211 199 18 -
CMYK 0 0.06 0.91 0.17
HSL 56.27º 0.84% 0.45% -
HSV(B) 56.27º 0.91% 0.83% -
XYZ 47.4 54.74 8.64 -
YUV 181.95 35.48 148.72 -
System Red Green Blue C M Y K H S L
Decimal 211 199 18 0 0.06 0.91 0.17 56.27 0.84 0.45
Hex D3 C7 12 0 6 5B 11 38 54 2D
Octal 323 307 22 0 6 133 21 70 124 55
Binary 11010011 11000111 10010 0 110 1011011 10001 111000 1010100 101101

Color Harmonies of #D3C712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C712

Black with #D3C712

Text Example


Text Example

White with #D3C712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C712; }

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

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

background-color css

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

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

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

border-color css

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

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

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