Html Css Color HEX #D3C315 Bird Flower

📋 copy color: '#D3C315'

red 211 ◦ green 195 ◦ blue 21

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

Shades of Bird Flower #D3C315

Tints of Bird Flower #D3C315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.92%

R = 49.41%
G = 45.67%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D3C315 (or 0xD3C315) is known color: Bird Flower. HEX triplet: D3, C3 and 15. RGB value is (211,195,21). Sum of RGB (Red+Green+Blue) = 211+195+21=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C315 is #2C3CEA. Grayscale: #B4B4B4. Windows color (decimal): -2899179 or 1426387. OLE color: 1426387.

HSL color Cylindrical-coordinate representation of color #D3C315: hue angle of 54.95º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3C315 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 195 21 -
CMYK 0 0.08 0.90 0.17
HSL 54.95º 0.82% 0.45% -
HSV(B) 54.95º 0.9% 0.83% -
XYZ 46.51 52.93 8.48 -
YUV 179.95 38.3 150.15 -
System Red Green Blue C M Y K H S L
Decimal 211 195 21 0 0.08 0.90 0.17 54.95 0.82 0.45
Hex D3 C3 15 0 8 5A 11 37 52 2D
Octal 323 303 25 0 10 132 21 67 122 55
Binary 11010011 11000011 10101 0 1000 1011010 10001 110111 1010010 101101

Color Harmonies of #D3C315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C315

Black with #D3C315

Text Example


Text Example

White with #D3C315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C315; }

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

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

background-color css

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

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

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

border-color css

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

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

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