Html Css Color HEX #D3C312 Bird Flower

📋 copy color: '#D3C312'

red 211 ◦ green 195 ◦ blue 18

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

Shades of Bird Flower #D3C312

Tints of Bird Flower #D3C312

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.99%

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

R = 49.76%
G = 45.99%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D3C312 (or 0xD3C312) is known color: Bird Flower. HEX triplet: D3, C3 and 12. RGB value is (211,195,18). Sum of RGB (Red+Green+Blue) = 211+195+18=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C312 is #2C3CED. Grayscale: #B4B4B4. Windows color (decimal): -2899182 or 1229779. OLE color: 1229779.

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

Color convert

RGB 211 195 18 -
CMYK 0 0.08 0.91 0.17
HSL 55.03º 0.84% 0.45% -
HSV(B) 55.03º 0.91% 0.83% -
XYZ 46.49 52.92 8.34 -
YUV 179.61 36.8 150.39 -
System Red Green Blue C M Y K H S L
Decimal 211 195 18 0 0.08 0.91 0.17 55.03 0.84 0.45
Hex D3 C3 12 0 8 5B 11 37 54 2D
Octal 323 303 22 0 10 133 21 67 124 55
Binary 11010011 11000011 10010 0 1000 1011011 10001 110111 1010100 101101

Color Harmonies of #D3C312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C312

Black with #D3C312

Text Example


Text Example

White with #D3C312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C312; }

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

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

background-color css

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

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

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

border-color css

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

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

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