Html Css Color HEX #D3C615 Bird Flower

📋 copy color: '#D3C615'

red 211 ◦ green 198 ◦ blue 21

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

Shades of Bird Flower #D3C615

Tints of Bird Flower #D3C615

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.05%

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

R = 49.07%
G = 46.05%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D3C615 (or 0xD3C615) is known color: Bird Flower. HEX triplet: D3, C6 and 15. RGB value is (211,198,21). Sum of RGB (Red+Green+Blue) = 211+198+21=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C615 is #2C39EA. Grayscale: #B6B6B6. Windows color (decimal): -2898411 or 1427155. OLE color: 1427155.

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

Color convert

RGB 211 198 21 -
CMYK 0 0.06 0.90 0.17
HSL 55.89º 0.82% 0.45% -
HSV(B) 55.89º 0.9% 0.83% -
XYZ 47.19 54.29 8.7 -
YUV 181.71 37.31 148.89 -
System Red Green Blue C M Y K H S L
Decimal 211 198 21 0 0.06 0.90 0.17 55.89 0.82 0.45
Hex D3 C6 15 0 6 5A 11 38 52 2D
Octal 323 306 25 0 6 132 21 70 122 55
Binary 11010011 11000110 10101 0 110 1011010 10001 111000 1010010 101101

Color Harmonies of #D3C615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C615

Black with #D3C615

Text Example


Text Example

White with #D3C615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C615; }

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

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

background-color css

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

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

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

border-color css

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

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

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