Html Css Color HEX #D6AD0B Sunflower

📋 copy color: '#D6AD0B'

red 214 ◦ green 173 ◦ blue 11

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

Shades of Sunflower #D6AD0B

Tints of Sunflower #D6AD0B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.47%

 BLUE value IS 11 (4.69% from 255) = 2.76%

R = 53.77%
G = 43.47%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6AD0B (or 0xD6AD0B) is known color: Sunflower. HEX triplet: D6, AD and 0B. RGB value is (214,173,11). Sum of RGB (Red+Green+Blue) = 214+173+11=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AD0B is #2952F4. Grayscale: #A7A7A7. Windows color (decimal): -2708213 or 765398. OLE color: 765398.

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

Color convert

RGB 214 173 11 -
CMYK 0 0.19 0.95 0.16
HSL 47.88º 0.9% 0.44% -
HSV(B) 47.88º 0.95% 0.84% -
XYZ 42.74 44.21 6.6 -
YUV 166.79 40.08 161.67 -
System Red Green Blue C M Y K H S L
Decimal 214 173 11 0 0.19 0.95 0.16 47.88 0.9 0.44
Hex D6 AD B 0 13 5F 10 30 5A 2C
Octal 326 255 13 0 23 137 20 60 132 54
Binary 11010110 10101101 1011 0 10011 1011111 10000 110000 1011010 101100

Color Harmonies of #D6AD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD0B

Black with #D6AD0B

Text Example


Text Example

White with #D6AD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD0B; }

 p { color: rgb(214,173,11); }

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

background-color css

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

 a { background-color: rgb(214,173,11); }

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

border-color css

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

 span { border-color: rgb(214,173,11); }

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