Html Css Color HEX #D6B30C Sunflower

📋 copy color: '#D6B30C'

red 214 ◦ green 179 ◦ blue 12

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

Shades of Sunflower #D6B30C

Tints of Sunflower #D6B30C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.2%

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

R = 52.84%
G = 44.2%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6B30C (or 0xD6B30C) is known color: Sunflower. HEX triplet: D6, B3 and 0C. RGB value is (214,179,12). Sum of RGB (Red+Green+Blue) = 214+179+12=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B30C is #294CF3. Grayscale: #ABABAB. Windows color (decimal): -2706676 or 832470. OLE color: 832470.

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

Color convert

RGB 214 179 12 -
CMYK 0 0.16 0.94 0.16
HSL 49.6º 0.89% 0.44% -
HSV(B) 49.6º 0.94% 0.84% -
XYZ 43.92 46.56 7.02 -
YUV 170.43 38.6 159.08 -
System Red Green Blue C M Y K H S L
Decimal 214 179 12 0 0.16 0.94 0.16 49.6 0.89 0.44
Hex D6 B3 C 0 10 5E 10 32 59 2C
Octal 326 263 14 0 20 136 20 62 131 54
Binary 11010110 10110011 1100 0 10000 1011110 10000 110010 1011001 101100

Color Harmonies of #D6B30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B30C

Black with #D6B30C

Text Example


Text Example

White with #D6B30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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