Html Css Color HEX #D6B00C Sunflower

📋 copy color: '#D6B00C'

red 214 ◦ green 176 ◦ blue 12

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

Shades of Sunflower #D6B00C

Tints of Sunflower #D6B00C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.78%

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 53.23%
G = 43.78%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6B00C (or 0xD6B00C) is known color: Sunflower. HEX triplet: D6, B0 and 0C. RGB value is (214,176,12). Sum of RGB (Red+Green+Blue) = 214+176+12=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B00C is #294FF3. Grayscale: #A9A9A9. Windows color (decimal): -2707444 or 831702. OLE color: 831702.

HSL color Cylindrical-coordinate representation of color #D6B00C: hue angle of 48.71º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6B00C is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 176 12 -
CMYK 0 0.18 0.94 0.16
HSL 48.71º 0.89% 0.44% -
HSV(B) 48.71º 0.94% 0.84% -
XYZ 43.32 45.37 6.82 -
YUV 168.67 39.59 160.34 -
System Red Green Blue C M Y K H S L
Decimal 214 176 12 0 0.18 0.94 0.16 48.71 0.89 0.44
Hex D6 B0 C 0 12 5E 10 31 59 2C
Octal 326 260 14 0 22 136 20 61 131 54
Binary 11010110 10110000 1100 0 10010 1011110 10000 110001 1011001 101100

Color Harmonies of #D6B00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B00C

Black with #D6B00C

Text Example


Text Example

White with #D6B00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B00C; }

 p { color: rgb(214,176,12); }

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

background-color css

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

 a { background-color: rgb(214,176,12); }

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

border-color css

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

 span { border-color: rgb(214,176,12); }

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