Html Css Color HEX #D6C812 Bird Flower

📋 copy color: '#D6C812'

red 214 ◦ green 200 ◦ blue 18

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

Shades of Bird Flower #D6C812

Tints of Bird Flower #D6C812

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.3%

 BLUE value IS 18 (7.42% from 255) = 4.17%

R = 49.54%
G = 46.3%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D6C812 (or 0xD6C812) is known color: Bird Flower. HEX triplet: D6, C8 and 12. RGB value is (214,200,18). Sum of RGB (Red+Green+Blue) = 214+200+18=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C812 is #2937ED. Grayscale: #B8B8B8. Windows color (decimal): -2701294 or 1231062. OLE color: 1231062.

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

Color convert

RGB 214 200 18 -
CMYK 0 0.07 0.92 0.16
HSL 55.71º 0.84% 0.45% -
HSV(B) 55.71º 0.92% 0.84% -
XYZ 48.5 55.65 8.76 -
YUV 183.44 34.64 149.8 -
System Red Green Blue C M Y K H S L
Decimal 214 200 18 0 0.07 0.92 0.16 55.71 0.84 0.45
Hex D6 C8 12 0 7 5C 10 38 54 2D
Octal 326 310 22 0 7 134 20 70 124 55
Binary 11010110 11001000 10010 0 111 1011100 10000 111000 1010100 101101

Color Harmonies of #D6C812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C812

Black with #D6C812

Text Example


Text Example

White with #D6C812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C812; }

 p { color: rgb(214,200,18); }

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

background-color css

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

 a { background-color: rgb(214,200,18); }

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

border-color css

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

 span { border-color: rgb(214,200,18); }

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