Html Css Color HEX #D0C60F Bird Flower

📋 copy color: '#D0C60F'

red 208 ◦ green 198 ◦ blue 15

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

Shades of Bird Flower #D0C60F

Tints of Bird Flower #D0C60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.56%

R = 49.41%
G = 47.03%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0C60F (or 0xD0C60F) is known color: Bird Flower. HEX triplet: D0, C6 and 0F. RGB value is (208,198,15). Sum of RGB (Red+Green+Blue) = 208+198+15=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C60F is #2F39F0. Grayscale: #B4B4B4. Windows color (decimal): -3095025 or 1033936. OLE color: 1033936.

HSL color Cylindrical-coordinate representation of color #D0C60F: hue angle of 56.89º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0C60F is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 198 15 -
CMYK 0 0.05 0.93 0.18
HSL 56.89º 0.87% 0.44% -
HSV(B) 56.89º 0.93% 0.82% -
XYZ 46.29 53.83 8.4 -
YUV 180.13 34.81 147.88 -
System Red Green Blue C M Y K H S L
Decimal 208 198 15 0 0.05 0.93 0.18 56.89 0.87 0.44
Hex D0 C6 F 0 5 5D 12 39 57 2C
Octal 320 306 17 0 5 135 22 71 127 54
Binary 11010000 11000110 1111 0 101 1011101 10010 111001 1010111 101100

Color Harmonies of #D0C60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C60F

Black with #D0C60F

Text Example


Text Example

White with #D0C60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C60F; }

 p { color: rgb(208,198,15); }

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

background-color css

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

 a { background-color: rgb(208,198,15); }

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

border-color css

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

 span { border-color: rgb(208,198,15); }

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