Html Css Color HEX #D6B612 Sunflower

📋 copy color: '#D6B612'

red 214 ◦ green 182 ◦ blue 18

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

Shades of Sunflower #D6B612

Tints of Sunflower #D6B612

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.96%

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

R = 51.69%
G = 43.96%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D6B612 (or 0xD6B612) is known color: Sunflower. HEX triplet: D6, B6 and 12. RGB value is (214,182,18). Sum of RGB (Red+Green+Blue) = 214+182+18=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B612 is #2949ED. Grayscale: #ADADAD. Windows color (decimal): -2705902 or 1226454. OLE color: 1226454.

HSL color Cylindrical-coordinate representation of color #D6B612: hue angle of 50.2º 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 #D6B612 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 182 18 -
CMYK 0 0.15 0.92 0.16
HSL 50.2º 0.84% 0.45% -
HSV(B) 50.2º 0.92% 0.84% -
XYZ 44.57 47.8 7.45 -
YUV 172.87 40.6 157.34 -
System Red Green Blue C M Y K H S L
Decimal 214 182 18 0 0.15 0.92 0.16 50.2 0.84 0.45
Hex D6 B6 12 0 F 5C 10 32 54 2D
Octal 326 266 22 0 17 134 20 62 124 55
Binary 11010110 10110110 10010 0 1111 1011100 10000 110010 1010100 101101

Color Harmonies of #D6B612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B612

Black with #D6B612

Text Example


Text Example

White with #D6B612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B612; }

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

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

background-color css

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

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

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

border-color css

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

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

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