Html Css Color HEX #D0C215 Bird Flower

📋 copy color: '#D0C215'

red 208 ◦ green 194 ◦ blue 21

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

Shades of Bird Flower #D0C215

Tints of Bird Flower #D0C215

RGB

 RED value IS 208 (81.64% from 255) = 49.17%

 GREEN value IS 194 (76.17% from 255) = 45.86%

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

R = 49.17%
G = 45.86%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D0C215 (or 0xD0C215) is known color: Bird Flower. HEX triplet: D0, C2 and 15. RGB value is (208,194,21). Sum of RGB (Red+Green+Blue) = 208+194+21=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C215 is #2F3DEA. Grayscale: #B3B3B3. Windows color (decimal): -3096043 or 1426128. OLE color: 1426128.

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

Color convert

RGB 208 194 21 -
CMYK 0 0.07 0.90 0.18
HSL 55.51º 0.82% 0.45% -
HSV(B) 55.51º 0.9% 0.82% -
XYZ 45.44 52.05 8.36 -
YUV 178.46 39.14 149.07 -
System Red Green Blue C M Y K H S L
Decimal 208 194 21 0 0.07 0.90 0.18 55.51 0.82 0.45
Hex D0 C2 15 0 7 5A 12 38 52 2D
Octal 320 302 25 0 7 132 22 70 122 55
Binary 11010000 11000010 10101 0 111 1011010 10010 111000 1010010 101101

Color Harmonies of #D0C215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C215

Black with #D0C215

Text Example


Text Example

White with #D0C215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C215; }

 p { color: rgb(208,194,21); }

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

background-color css

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

 a { background-color: rgb(208,194,21); }

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

border-color css

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

 span { border-color: rgb(208,194,21); }

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