Html Css Color HEX #D6C60F Bird Flower

📋 copy color: '#D6C60F'

red 214 ◦ green 198 ◦ blue 15

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

Shades of Bird Flower #D6C60F

Tints of Bird Flower #D6C60F

RGB

 RED value IS 214 (83.98% from 255) = 50.12%

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

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

R = 50.12%
G = 46.37%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6C60F (or 0xD6C60F) is known color: Bird Flower. HEX triplet: D6, C6 and 0F. RGB value is (214,198,15). Sum of RGB (Red+Green+Blue) = 214+198+15=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C60F is #2939F0. Grayscale: #B6B6B6. Windows color (decimal): -2701809 or 1033942. OLE color: 1033942.

HSL color Cylindrical-coordinate representation of color #D6C60F: hue angle of 55.18º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6C60F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 198 15 -
CMYK 0 0.07 0.93 0.16
HSL 55.18º 0.87% 0.45% -
HSV(B) 55.18º 0.93% 0.84% -
XYZ 48.01 54.72 8.48 -
YUV 181.92 33.8 150.88 -
System Red Green Blue C M Y K H S L
Decimal 214 198 15 0 0.07 0.93 0.16 55.18 0.87 0.45
Hex D6 C6 F 0 7 5D 10 37 57 2D
Octal 326 306 17 0 7 135 20 67 127 55
Binary 11010110 11000110 1111 0 111 1011101 10000 110111 1010111 101101

Color Harmonies of #D6C60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C60F

Black with #D6C60F

Text Example


Text Example

White with #D6C60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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