Html Css Color HEX #D2C118 Bird Flower

📋 copy color: '#D2C118'

red 210 ◦ green 193 ◦ blue 24

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

Shades of Bird Flower #D2C118

Tints of Bird Flower #D2C118

RGB

 RED value IS 210 (82.42% from 255) = 49.18%

 GREEN value IS 193 (75.78% from 255) = 45.2%

 BLUE value IS 24 (9.77% from 255) = 5.62%

R = 49.18%
G = 45.2%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D2C118 (or 0xD2C118) is known color: Bird Flower. HEX triplet: D2, C1 and 18. RGB value is (210,193,24). Sum of RGB (Red+Green+Blue) = 210+193+24=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 24 (9.77% from 255 or 5.62% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C118 is #2D3EE7. Grayscale: #B3B3B3. Windows color (decimal): -2965224 or 1622482. OLE color: 1622482.

HSL color Cylindrical-coordinate representation of color #D2C118: hue angle of 54.52º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2C118 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 193 24 -
CMYK 0 0.08 0.89 0.18
HSL 54.52º 0.79% 0.46% -
HSV(B) 54.52º 0.89% 0.82% -
XYZ 45.81 51.91 8.47 -
YUV 178.82 40.63 150.24 -
System Red Green Blue C M Y K H S L
Decimal 210 193 24 0 0.08 0.89 0.18 54.52 0.79 0.46
Hex D2 C1 18 0 8 59 12 37 4F 2E
Octal 322 301 30 0 10 131 22 67 117 56
Binary 11010010 11000001 11000 0 1000 1011001 10010 110111 1001111 101110

Color Harmonies of #D2C118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C118

Black with #D2C118

Text Example


Text Example

White with #D2C118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C118; }

 p { color: rgb(210,193,24); }

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

background-color css

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

 a { background-color: rgb(210,193,24); }

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

border-color css

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

 span { border-color: rgb(210,193,24); }

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