Html Css Color HEX #D0B623 Sunflower

📋 copy color: '#D0B623'

red 208 ◦ green 182 ◦ blue 35

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

Shades of Sunflower #D0B623

Tints of Sunflower #D0B623

RGB

 RED value IS 208 (81.64% from 255) = 48.94%

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

 BLUE value IS 35 (14.06% from 255) = 8.24%

R = 48.94%
G = 42.82%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D0B623 (or 0xD0B623) is known color: Sunflower. HEX triplet: D0, B6 and 23. RGB value is (208,182,35). Sum of RGB (Red+Green+Blue) = 208+182+35=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 35 (14.06% from 255 or 8.24% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B623 is #2F49DC. Grayscale: #ADADAD. Windows color (decimal): -3099101 or 2340560. OLE color: 2340560.

HSL color Cylindrical-coordinate representation of color #D0B623: hue angle of 50.98º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0B623 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 182 35 -
CMYK 0 0.12 0.83 0.18
HSL 50.98º 0.71% 0.48% -
HSV(B) 50.98º 0.83% 0.82% -
XYZ 43.04 46.99 8.39 -
YUV 173.02 50.11 152.95 -
System Red Green Blue C M Y K H S L
Decimal 208 182 35 0 0.12 0.83 0.18 50.98 0.71 0.48
Hex D0 B6 23 0 C 53 12 33 47 30
Octal 320 266 43 0 14 123 22 63 107 60
Binary 11010000 10110110 100011 0 1100 1010011 10010 110011 1000111 110000

Color Harmonies of #D0B623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B623

Black with #D0B623

Text Example


Text Example

White with #D0B623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B623; }

 p { color: rgb(208,182,35); }

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

background-color css

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

 a { background-color: rgb(208,182,35); }

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

border-color css

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

 span { border-color: rgb(208,182,35); }

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